We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c7e1b commit 8c8c3d3Copy full SHA for 8c8c3d3
1 file changed
.github/workflows/deploy.yml
@@ -47,4 +47,4 @@ jobs:
47
key: ${{ secrets.HOST_SSH_KEY }}
48
inventory: |
49
[hosts]
50
- bot_host ansible_host=${{ secrets.SERVER_IP }} ansible_user=root
+ bot_host ansible_host=${{ secrets.SERVER_IP }} ansible_user=root ansible_port=9999
0 commit comments