diff --git a/scripts/aws/ValidateService.sh b/scripts/aws/ValidateService.sh index 18aa5561a2..d8d5f0d639 100755 --- a/scripts/aws/ValidateService.sh +++ b/scripts/aws/ValidateService.sh @@ -2,4 +2,4 @@ # Validate deploy ENV=$(echo ${DEPLOYMENT_GROUP_NAME} | awk -F\- '{print $NF}') -until [[ $(curl -sL -w "%{http_code}" -H "Host: ${APPLICATION_NAME}.${ENV}.micro.aws.nymetro.com" http://127.0.0.1/health-check -o /dev/null) = "200" ]]; do :; done +until [[ $(curl -sL -w "%{http_code}" -H "Host: ${APPLICATION_NAME}.${ENV}.aws.nymetro.com" http://127.0.0.1/health-check -o /dev/null) = "200" ]]; do :; done