Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Jul 31, 2024
1 parent 721d2b0 commit 809db9e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions deployments/tyk/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,6 @@ fi
log_ok
bootstrap_progress

# eval $(generate_docker_compose_command) up -d --no-deps --force-recreate tyk-dashboard tyk-gateway tyk-gateway-2
# # if there are gateways from other deployments connecting to this deployment
# # (such as MDCB), then they must be recreated to. The MDCB deployment already
# # handles recreation.
# if [ "$?" != "0" ]; then
# echo "ERROR: Could not recreate containers"
# exit 1
# fi



log_message "Recreating containers to load new certificates"
eval $(generate_docker_compose_command) up -d --no-deps --force-recreate tyk-dashboard tyk-gateway tyk-gateway-2
# pause to allow logs to capture any payload signature errors
Expand Down Expand Up @@ -240,7 +229,6 @@ while true; do

sleep 3 # Wait for 3 seconds before checking again
done

log_ok
bootstrap_progress

Expand Down

0 comments on commit 809db9e

Please sign in to comment.