mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-21 03:52:11 +10:00
[VERSION] version bump
This commit is contained in:
parent
c14eb85faf
commit
1ac1bcb558
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue