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 391052b commit 935871eCopy full SHA for 935871e
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
host: ${{ secrets.SSH_HOST }}
41
username: ${{ secrets.SSH_USERNAME }}
42
- key: ${{ secrets.SSH_PRIVATE_KEY }}
+ # key: ${{ secrets.SSH_PRIVATE_KEY }}
43
password: ${{ secrets.SSH_PASSWORD }}
44
script: |
45
cd ${{ secrets.APP_PATH }}
0 commit comments