Update scripts/deploy-to-gateway.sh
All checks were successful
Deploy DNS Configuration / deploy (push) Successful in 32m23s
All checks were successful
Deploy DNS Configuration / deploy (push) Successful in 32m23s
This commit is contained in:
parent
91ee779bdd
commit
379124a3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ cp "$RESOLVE_CONF" "$TARGET_DIR/"
|
||||||
echo "Restarting $DOCKER_CONTAINER container..."
|
echo "Restarting $DOCKER_CONTAINER container..."
|
||||||
docker restart "$DOCKER_CONTAINER"
|
docker restart "$DOCKER_CONTAINER"
|
||||||
|
|
||||||
sleep 5
|
sleep 25
|
||||||
if ! docker ps | grep -q "$DOCKER_CONTAINER"; then
|
if ! docker ps | grep -q "$DOCKER_CONTAINER"; then
|
||||||
echo "Error: $DOCKER_CONTAINER container failed to start"
|
echo "Error: $DOCKER_CONTAINER container failed to start"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue