We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6f08e commit ec2b471Copy full SHA for ec2b471
.github/workflows/deploy.yml
@@ -52,5 +52,5 @@ jobs:
52
SOURCE: 'build/'
53
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
54
REMOTE_USER: ${{ secrets.REMOTE_USER }}
55
- SSH_CMD_ARGS: '-o StrictHostKeyChecking=no -o ServerAliveInterval=3'
+ SSH_CMD_ARGS: '-o StrictHostKeyChecking=no -o ServerAliveInterval=3 -o ProxyJump=${{ secrets.RAS_HOST }}'
56
TARGET: ${{ secrets.REMOTE_TARGET }}
0 commit comments