From c9a70d31d2979fcb6ec411d003bf4a674e36ac11 Mon Sep 17 00:00:00 2001 From: Joel Maximilian Mai Date: Wed, 3 Jan 2024 22:21:22 +0100 Subject: [PATCH] [DOCS] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e3538a..1d4aed7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ in order to enable deployments on hosts, which don't support key based ssh port: ${{ secrets.DEPLOY_PORT }} pass: ${{ secrets.DEPLOY_PASS }} local: "path/of/your/local/mashine" - exclude: "path/to/exclude/" + extra: "--your extra params for rsync" remote: "path/where/to/deploy/to" runBeforeDeployment: | cd somewhere/ @@ -39,7 +39,7 @@ Feel free to contribute. port: ${{ secrets.DEPLOY_PORT }} key: ${{ secrets.PRIVATE_KEY }} local: "path/of/your/local/mashine" - exclude: "path/to/exclude/" + extra: "--your extra params for rsync" remote: "path/where/to/deploy/to" runBeforeDeployment: | cd somewhere/