Lower delay during build-and-deploy
This commit is contained in:
parent
355e16e23a
commit
5eec3e99f8
|
@ -31,7 +31,7 @@ for HOST in ${HOSTS[@]}; do
|
||||||
ssh $HOST $SUDO systemctl restart pvcd
|
ssh $HOST $SUDO systemctl restart pvcd
|
||||||
ssh $HOST rm -rf /tmp/pvc
|
ssh $HOST rm -rf /tmp/pvc
|
||||||
echo "****"
|
echo "****"
|
||||||
echo "Waiting 30s for host ${HOST} to stabilize"
|
echo "Waiting 10s for host ${HOST} to stabilize"
|
||||||
echo "****"
|
echo "****"
|
||||||
sleep 30
|
sleep 10
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue