Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from nymag/movemicro
Browse files Browse the repository at this point in the history
move from ms to own farm
  • Loading branch information
chrismika authored Dec 6, 2017
2 parents 4482587 + 5326e5b commit 53d889f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/ValidateService.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 53d889f

Please sign in to comment.