From c0757405bc1a4251a0f49d425d320be17c670978 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Fri, 13 Dec 2019 00:06:37 -0500 Subject: [PATCH] Increase delay in deploy --- build-and-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-deploy.sh b/build-and-deploy.sh index 3a0cbb70..5f46f9e5 100755 --- a/build-and-deploy.sh +++ b/build-and-deploy.sh @@ -27,5 +27,5 @@ for HOST in ${HOSTS[@]}; do ssh $HOST $SUDO dpkg -i /tmp/pvc/*.deb ssh $HOST $SUDO systemctl restart pvcd ssh $HOST rm -rf /tmp/pvc - sleep 15 + sleep 30 done