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 39bae6a commit d369c4fCopy full SHA for d369c4f
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Transfer files to server
43
run: |
44
rsync -avz --delete \
45
- -e "ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
+ -e "ssh -i ~/.ssh/id_rsa -o ServerAliveInterval=60 -o ServerAliveCountMax=10 -o StrictHostKeyChecking=no" \
46
./ $SSH_USER@$SSH_HOST:$SSH_DIR/${GITHUB_REPOSITORY##*/}/
47
48
# Step 5: Deploy on server
0 commit comments