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 238295a commit 391052bCopy full SHA for 391052b
.github/workflows/main.yml
@@ -40,6 +40,7 @@ jobs:
40
host: ${{ secrets.SSH_HOST }}
41
username: ${{ secrets.SSH_USERNAME }}
42
key: ${{ secrets.SSH_PRIVATE_KEY }}
43
+ password: ${{ secrets.SSH_PASSWORD }}
44
script: |
45
cd ${{ secrets.APP_PATH }}
46
./build.sh
0 commit comments