football2801 f45cfcc967
CI / test (push) Has been cancelled
chore(deploy): bin/smoke.sh — post-deploy healthcheck workflow
Runs after every deploy. Six checks against pictureframe.edholm.me:
  1. Frontend reachable (302/200 expected).
  2. Mercure hub reachable (200 expected).
  3. All pictureframe-* containers Up/healthy.
  4. No CRITICAL / Fatal / 5xx in last 5 min of php/worker/nginx logs.
  5. Authenticated /api/devices round-trip via testbot.
  6. Mercure publish→subscribe round-trip via no-op PATCH.

Catches the class of bug that just bit us today: nginx caching a stale
PHP container IP after `docker compose up -d`, and a silently-dropped
composer dep crash-looping the worker. Neither shows up in unit tests
because they're infra-level.

Per the new "post-deploy smoke check" rule: if a unit test doesn't
cover a change, run this script (or an equivalent cURL) before
declaring the deploy done.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 16:43:32 -04:00
S
Description
pictureFrame web app — Symfony + Vue SPA
33 MiB
Languages
Python 42.9%
PHP 20%
HTML 12.5%
TypeScript 11.7%
Vue 7.6%
Other 5.3%