[VERSION] version bump

This commit is contained in:
Dragan Filipovic 2020-09-18 23:31:31 +02:00
parent c14eb85faf
commit 1ac1bcb558
2 changed files with 4 additions and 4 deletions

View file

@ -51,11 +51,11 @@ The target directory
# Usage
!!! Please use latest version, Readme file is just an example, eg: ssh-deploy@v2.1.14
!!! Please use latest version, Readme file is just an example, eg: ssh-deploy@v2.1.15
```
- name: Deploy to Staging server
uses: easingthemes/ssh-deploy@v2.1.14
uses: easingthemes/ssh-deploy@v2.1.15
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO"
@ -88,7 +88,7 @@ jobs:
- name: Run build task
run: npm run build --if-present
- name: Deploy to Server
uses: easingthemes/ssh-deploy@v2.1.14
uses: easingthemes/ssh-deploy@v2.1.15
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO --delete"