Skip to content

Commit

Permalink
[DOCS] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space authored Jan 3, 2024
1 parent aa6be77 commit c9a70d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/
Expand Down

0 comments on commit c9a70d3

Please sign in to comment.