[init]: update version

main
Dragan Filipovic 2019-09-26 00:00:04 +02:00
parent 243ad3dba8
commit 47238656b9
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ The target directory, in the format`[USER]@[HOST]:[PATH]`
```
- name: Deploy to Staging server
uses: easingthemes/ssh-deploy@v1.0
uses: easingthemes/ssh-deploy@v1.0.0
env:
DEPLOY_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO --delete"
@ -60,7 +60,7 @@ jobs:
run: |
npm run build --if-present
- name: Deploy to Staging server
uses: easingthemes/ssh-deploy@v1.0
uses: easingthemes/ssh-deploy@v1.0.0
env:
DEPLOY_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO --delete"