Add post-deploy health gate to staging #5
Reference in New Issue
Block a user
Delete Branch "fix/staging-healthcheck"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a post-deploy health gate to deploy-staging: polls frontend (:18081) and api (:18080/api/v1/auth/me) after 'up -d' and fails the job (dumping api logs) if either isn't serving within ~60s. Closes the silent-success gap where a container crashing on boot still reported green (the DB-password crash we hit).
🤖 Generated with Claude Code