Merge pull request #1 from oneEyedSunday/oneEyedSunday-readme-patch-1

Update README point to v2.1.6
This commit is contained in:
Idiakose O. Sunday 2021-04-16 06:02:00 +01:00 committed by GitHub
commit 128308f915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,11 +55,11 @@ path to exclude separated by `,`, ie: `/dist/, /node_modules/`
# Usage # 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 - name: Deploy to Staging server
uses: easingthemes/ssh-deploy@v2.1.5 uses: easingthemes/ssh-deploy@v2.1.6
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO" ARGS: "-rltgoDzvO"
@ -93,7 +93,7 @@ jobs:
- name: Run build task - name: Run build task
run: npm run build --if-present run: npm run build --if-present
- name: Deploy to Server - name: Deploy to Server
uses: easingthemes/ssh-deploy@v2.1.5 uses: easingthemes/ssh-deploy@v2.1.6
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO --delete" ARGS: "-rltgoDzvO --delete"