Skip to content

Commit ce61f53

Browse files
authored
fix: Have hobby wait for stack to be up through caddy (PostHog#11940)
buxfix: Have hobby wait for stack to be up through caddy
1 parent 486281f commit ce61f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy-hobby

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ sudo -E docker-compose -f docker-compose.yml up -d
166166
echo "We will need to wait ~5-10 minutes for things to settle down, migrations to finish, and TLS certs to be issued"
167167
echo ""
168168
echo "⏳ Waiting for PostHog web to boot (this will take a few minutes)"
169-
bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8000/_health)" != "200" ]]; do sleep 5; done'
169+
bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/_health)" != "200" ]]; do sleep 5; done'
170170
echo "⌛️ PostHog looks up!"
171171
echo ""
172172
echo "🎉🎉🎉 Done! 🎉🎉🎉"

0 commit comments

Comments
 (0)