Skip to content

Commit bfb8da0

Browse files
authored
Add SSH port to deploy workflow
1 parent 34d747e commit bfb8da0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: appleboy/ssh-action@master
1212
with:
1313
host: ${{ secrets.SSH_HOST }}
14+
port: ${{ secrets.SSH_PORT }}
1415
username: ${{ secrets.SSH_USER }}
1516
key: ${{ secrets.SSH_PRIVATE_KEY }}
1617
command_timeout: 30m

0 commit comments

Comments
 (0)