brackt/.github/workflows
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
..
deploy.yml Fix migration check in deploy script to use reliable exit code (#267) 2026-04-06 00:44:04 -04:00
label-subissues.yaml Create label-subissues.yaml 2026-03-10 13:40:44 -07:00