mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 11:00:42 -04:00
Merge pull request #2 from Triloworld/patch-1
Update README.md - version bump
This commit is contained in:
commit
d86da2b0b7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue