Add post-deploy health gate to staging #5

Merged
cesnimda merged 1 commits from fix/staging-healthcheck into develop 2026-07-01 16:08:28 +02:00

1 Commits

Author SHA1 Message Date
cesnimda 957ebae05f ci(staging): add post-deploy health gate
CI / backend (pull_request) Successful in 1m0s
CI / frontend (pull_request) Successful in 20s
Security / secrets (pull_request) Successful in 6s
Security / dependencies (pull_request) Successful in 1m1s
'docker compose up -d' returns once containers start, so a container that
crashes on boot (as the api did on the DB password mismatch) still reported
success. Poll the frontend and api endpoints after deploy and fail the job,
dumping api logs, if either isn't serving within ~60s. ASCII only.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 15:54:38 +02:00