We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55877b8 + 8cddf0a commit 529202aCopy full SHA for 529202a
.github/workflows/deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
if: ${{ secrets.DEPLOY_SSH_HOST != '' && secrets.DEPLOY_SSH_USER != '' && secrets.DEPLOY_SSH_KEY != '' && secrets.DEPLOY_TARGET_PATH != '' }}
56
steps:
57
- name: Sync container to server
58
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@v1.0.0
59
with:
60
host: ${{ secrets.DEPLOY_SSH_HOST }}
61
username: ${{ secrets.DEPLOY_SSH_USER }}
0 commit comments