Skip to content

Commit 8fcb425

Browse files
authored
Give more time for new server containers to start (#292)
1 parent 07e03dd commit 8fcb425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OLD_CONTAINER=$(docker ps -aqf "name=django")
1616
echo "$(date --utc +%FT%TZ): Scaling server up..."
1717
BUILD_VERSION=$BUILD_VERSION docker compose -f $COMPOSE_FILE up -d --no-deps --scale django=2 --no-recreate django
1818

19-
sleep 30
19+
sleep 60
2020

2121
echo "$(date --utc +%FT%TZ): Scaling old server down..."
2222
docker container rm -f $OLD_CONTAINER

0 commit comments

Comments
 (0)