Skip to content

Commit ec2b471

Browse files
authored
Connect to server via jumpserver.
1 parent 3f6f08e commit ec2b471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
SOURCE: 'build/'
5353
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
5454
REMOTE_USER: ${{ secrets.REMOTE_USER }}
55-
SSH_CMD_ARGS: '-o StrictHostKeyChecking=no -o ServerAliveInterval=3'
55+
SSH_CMD_ARGS: '-o StrictHostKeyChecking=no -o ServerAliveInterval=3 -o ProxyJump=${{ secrets.RAS_HOST }}'
5656
TARGET: ${{ secrets.REMOTE_TARGET }}

0 commit comments

Comments
 (0)