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 b25c627 commit 89d9d0dCopy full SHA for 89d9d0d
1 file changed
.github/workflows/publish.yml
@@ -21,4 +21,4 @@ jobs:
21
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
22
- name: deploy to server
23
run: |
24
- ssh -o "StrictHostKeyChecking accept-new" gh-deploy@49.12.197.193 "/bin/bash /home/gh-deploy/deploy.sh"
+ ssh -o "StrictHostKeyChecking accept-new" -p ${{ secrets.SSH_PORT }} gh-deploy@${{ secrets.SSH_HOST }} "/bin/bash /home/gh-deploy/deploy.sh"
0 commit comments