Skip to content

Commit

Permalink
chore(deps): update easingthemes/ssh-deploy action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 3d09fc3 commit a7b6224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: public.tar

- name: Deploy Site To Server
uses: easingthemes/ssh-deploy@v4.1.9
uses: easingthemes/ssh-deploy@v5.1.1
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rltgoDzv0 --delete"
Expand All @@ -35,7 +35,7 @@ jobs:
TARGET: ${{ secrets.SITE_TARGET }}

- name: Deploy WebServer
uses: easingthemes/ssh-deploy@v4.1.9
uses: easingthemes/ssh-deploy@v5.1.1
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rltgoDzv0 --delete"
Expand Down

0 comments on commit a7b6224

Please sign in to comment.