Skip to content

Commit

Permalink
chore(deps): update easingthemes/ssh-deploy action to v4 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2023
1 parent efbaa63 commit 3d09fc3
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@v2.2.11
uses: easingthemes/ssh-deploy@v4.1.9
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@v2.2.11
uses: easingthemes/ssh-deploy@v4.1.9
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rltgoDzv0 --delete"
Expand Down

0 comments on commit 3d09fc3

Please sign in to comment.