brackt/.github
Claude 23194a590c
Fix migration check in deploy script to use reliable exit code
`docker compose wait migrate | grep -qx "0"` was unreliable because
`docker compose wait` output format may not match the literal string "0".

Replace with `docker compose up --no-deps migrate` (foreground, no -d),
which exits with the container's actual exit code — no grep needed.

https://claude.ai/code/session_01WRe4qZuV2NQqDYurpDodF4
2026-04-06 04:38:43 +00:00
..
workflows Fix migration check in deploy script to use reliable exit code 2026-04-06 04:38:43 +00:00