Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
ci: fix deploy timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Mar 17, 2022
1 parent 3ddf7d4 commit 0d218c6
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 build@build.liqd.net deploy civic_europe master
ssh ${SSH_ID_ARG} -oServerAliveInterval=15 -oServerAliveCountMax=2 -oStrictHostKeyChecking=no build@build.liqd.net deploy civic_europe master

0 comments on commit 0d218c6

Please sign in to comment.