brackt/.github
Chris Parsons a395f10064
Fix migration check in deploy script to use reliable exit code (#267)
`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

Co-authored-by: Claude <noreply@anthropic.com>
2026-04-06 00:44:04 -04:00
..
workflows Fix migration check in deploy script to use reliable exit code (#267) 2026-04-06 00:44:04 -04:00