Skip to content

Commit

Permalink
delete: deleted test port
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Aug 26, 2024
1 parent a053cff commit f71883d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for RETRY_COUNT in {1..15}
do
echo "> Health check"

RESPONSE=$(curl -s http://localhost:8080${HEALTH_CHECK_URI})
RESPONSE=$(curl -s http://localhost${HEALTH_CHECK_URI})
# shellcheck disable=SC2126
UP_COUNT=$(echo "${RESPONSE}" | grep 'UP' | wc -l)

Expand Down

0 comments on commit f71883d

Please sign in to comment.