We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ecf24 commit dd68815Copy full SHA for dd68815
1 file changed
.github/workflows/deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: appleboy/ssh-action@v0.1.10
55
with:
56
host: ${{ secrets.SERVER_HOST }}
57
- port: 1100
+ port: 22
58
username: ${{ secrets.SERVER_USER }}
59
key: ${{ secrets.SERVER_KEY }}
60
script: |
0 commit comments