Skip to content

Commit

Permalink
ci: fix deploy timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Nov 23, 2021
1 parent 5ac7436 commit 27091e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ EOF
chmod 600 ~/id_rsa
fi

ssh ${SSH_ID_ARG} -oStrictHostKeyChecking=no [email protected] deploy euth_wagtail master
ssh ${SSH_ID_ARG} -oServerAliveInterval=15 -oServerAliveCountMax=2 -oStrictHostKeyChecking=no [email protected] deploy euth_wagtail master

0 comments on commit 27091e6

Please sign in to comment.