Skip to content

Commit

Permalink
Merge pull request easingthemes#2 from Triloworld/patch-1
Browse files Browse the repository at this point in the history
Update README.md - version bump
  • Loading branch information
easingthemes authored Jan 9, 2020
2 parents 445db78 + 4a2dc47 commit d86da2b
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 @@ -44,7 +44,7 @@ The target directory

```
- name: Deploy to Staging server
uses: easingthemes/ssh-deploy@v2.0.2
uses: easingthemes/ssh-deploy@v2.0.7
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run build task
run: npm run build --if-present
- name: Deploy to Server
uses: easingthemes/ssh-deploy@v2.0.2
uses: easingthemes/ssh-deploy@v2.0.7
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO --delete"
Expand Down

0 comments on commit d86da2b

Please sign in to comment.