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 4bb44fe commit dcbb290Copy full SHA for dcbb290
.github/workflows/main.yml
@@ -39,8 +39,8 @@ jobs:
39
with:
40
host: ${{ secrets.SSH_HOST }}
41
username: ${{ secrets.SSH_USERNAME }}
42
- key: ${{ secrets.SSH_PRIVATE_KEY }}
43
- # password: ${{ secrets.SSH_PASSWORD }}
+ # key: ${{ secrets.SSH_PRIVATE_KEY }}
+ password: ${{ secrets.SSH_PASSWORD }}
44
script: |
45
cd ${{ secrets.APP_PATH }}
46
./build.sh
0 commit comments