Skip to content

Commit 8c8c3d3

Browse files
committed
Fix ansible port
1 parent d6c7e1b commit 8c8c3d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
key: ${{ secrets.HOST_SSH_KEY }}
4848
inventory: |
4949
[hosts]
50-
bot_host ansible_host=${{ secrets.SERVER_IP }} ansible_user=root
50+
bot_host ansible_host=${{ secrets.SERVER_IP }} ansible_user=root ansible_port=9999

0 commit comments

Comments
 (0)