mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
Merge pull request #1 from oneEyedSunday/oneEyedSunday-readme-patch-1
Update README point to v2.1.6
This commit is contained in:
commit
128308f915
1 changed files with 3 additions and 3 deletions
|
@ -55,11 +55,11 @@ path to exclude separated by `,`, ie: `/dist/, /node_modules/`
|
|||
|
||||
# Usage
|
||||
|
||||
!!! Please use latest version, Readme file is just an example, eg: ssh-deploy@v2.1.5
|
||||
!!! Please use latest version, Readme file is just an example, eg: ssh-deploy@v2.1.6
|
||||
|
||||
```
|
||||
- name: Deploy to Staging server
|
||||
uses: easingthemes/ssh-deploy@v2.1.5
|
||||
uses: easingthemes/ssh-deploy@v2.1.6
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
|
||||
ARGS: "-rltgoDzvO"
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
- name: Run build task
|
||||
run: npm run build --if-present
|
||||
- name: Deploy to Server
|
||||
uses: easingthemes/ssh-deploy@v2.1.5
|
||||
uses: easingthemes/ssh-deploy@v2.1.6
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
|
||||
ARGS: "-rltgoDzvO --delete"
|
||||
|
|
Loading…
Add table
Reference in a new issue