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 4cb3be9 commit 238295aCopy full SHA for 238295a
.github/workflows/main.yml
@@ -37,10 +37,9 @@ jobs:
37
- name: Deploy using ssh
38
uses: appleboy/ssh-action@master
39
with:
40
- host: ${{ secrets.HOST }}
41
- username: ${{ secrets.USERNAME }}
42
- key: ${{ secrets.PRIVATE_KEY }}
43
- port: 22
+ host: ${{ secrets.SSH_HOST }}
+ username: ${{ secrets.SSH_USERNAME }}
+ key: ${{ secrets.SSH_PRIVATE_KEY }}
44
script: |
45
cd ${{ secrets.APP_PATH }}
46
./build.sh
0 commit comments