Skip to content

Commit 89d9d0d

Browse files
committed
port and secrets
1 parent b25c627 commit 89d9d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2222
- name: deploy to server
2323
run: |
24-
ssh -o "StrictHostKeyChecking accept-new" gh-deploy@49.12.197.193 "/bin/bash /home/gh-deploy/deploy.sh"
24+
ssh -o "StrictHostKeyChecking accept-new" -p ${{ secrets.SSH_PORT }} gh-deploy@${{ secrets.SSH_HOST }} "/bin/bash /home/gh-deploy/deploy.sh"

0 commit comments

Comments
 (0)