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/