diff --git a/server/scripts/deploy.sh b/server/scripts/deploy.sh index d01bdf0..4328507 100644 --- a/server/scripts/deploy.sh +++ b/server/scripts/deploy.sh @@ -25,7 +25,7 @@ health_check() { curl http://app-blue:8082/actuator/health echo "d" - curl http://app-green:808/actuator/health + curl http://app-green:8083/actuator/health if [ "$response" -eq 200 ]; then echo "Health check passed for $target_url"