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.
1 parent f1f32bc commit e5f261eCopy full SHA for e5f261e
3 files changed
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
host: ${{ secrets.SSH_HOST }}
16
username: ${{ secrets.SSH_USER }}
17
- key: ${{ secrets.SSH_PRIVATE_KEY }}
+ password: ${{ secrets.SSH_PASSWORD }}
18
port: ${{ secrets.SSH_PORT || 22 }}
19
script: |
20
cd ${{ secrets.HOME_PATH }}
0 commit comments