Skip to content

Commit

Permalink
Merge pull request #153 from Triloworld/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
easingthemes authored Aug 3, 2023
2 parents 3884c85 + e7f0312 commit cf583aa
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 @@ -83,7 +83,7 @@ or use the latest version from a branch, eg: ssh-deploy@main
```
- name: Deploy to Staging server
uses: easingthemes/ssh-deploy@main
env:
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i"
SOURCE: "dist/"
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: npm run build --if-present
- name: Deploy to Server
uses: easingthemes/ssh-deploy@main
env:
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete"
SOURCE: "dist/"
Expand Down

0 comments on commit cf583aa

Please sign in to comment.