Skip to content

Commit 06ad063

Browse files
authored
Merge pull request #327 from let-s-record-it/develop
Merge develop into main
2 parents ac3aab4 + ec007d5 commit 06ad063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
INTERVAL=10
9595
9696
for i in $(seq 1 $MAX_ATTEMPTS); do
97-
status=$(curl -IsS --max-time 5 "HEALTH_CHECK_URL" | head -n 1 | cut -d$' ' -f2)
97+
status=$(curl -IsS --max-time 5 "$HEALTH_CHECK_URL" | head -n 1 | cut -d$' ' -f2)
9898
if [ "$status" = "200" ]; then
9999
echo "Health check success"
100100
exit 0

0 commit comments

Comments
 (0)