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 3847821 commit bcca889Copy full SHA for bcca889
.github/workflows/release.yml
@@ -101,6 +101,6 @@ jobs:
101
SSH_HOST: ${{ secrets.SSH_HOST }}
102
run: |
103
scp -o StrictHostKeyChecking=no bin/deploy.sh $SSH_HOST:~/deploy.sh
104
- ssh -o StrictHostKeyChecking=no $SSH_HOST './deploy.sh'
+ ssh -o ServerAliveInterval=60 -o ServerAliveCountMax=5 -o StrictHostKeyChecking=no $SSH_HOST './deploy.sh'
105
ssh -o StrictHostKeyChecking=no $SSH_HOST 'rm ./deploy.sh'
106
shell: bash
0 commit comments