We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa66d2c commit 3b53370Copy full SHA for 3b53370
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
# Deploy to the server
31
- name: Deploy to production
32
- uses: easingthemes/ssh-deploy@v4.1.8
+ uses: easingthemes/ssh-deploy@v5
33
env:
34
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
35
ARGS: "-vzhr"
0 commit comments