We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d747e commit bfb8da0Copy full SHA for bfb8da0
1 file changed
.github/workflows/deploy.yml
@@ -11,6 +11,7 @@ jobs:
11
uses: appleboy/ssh-action@master
12
with:
13
host: ${{ secrets.SSH_HOST }}
14
+ port: ${{ secrets.SSH_PORT }}
15
username: ${{ secrets.SSH_USER }}
16
key: ${{ secrets.SSH_PRIVATE_KEY }}
17
command_timeout: 30m
0 commit comments