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.
ServerAliveInterval=3
1 parent 7315a00 commit 207e3dbCopy full SHA for 207e3db
.github/workflows/deploy.yml
@@ -52,4 +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'
56
TARGET: ${{ secrets.REMOTE_TARGET }}
0 commit comments