Increase delay in deploy

This commit is contained in:
Joshua Boniface 2019-12-13 00:06:37 -05:00
parent 78f053d81f
commit c0757405bc
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ for HOST in ${HOSTS[@]}; do
ssh $HOST $SUDO dpkg -i /tmp/pvc/*.deb ssh $HOST $SUDO dpkg -i /tmp/pvc/*.deb
ssh $HOST $SUDO systemctl restart pvcd ssh $HOST $SUDO systemctl restart pvcd
ssh $HOST rm -rf /tmp/pvc ssh $HOST rm -rf /tmp/pvc
sleep 15 sleep 30
done done