Harden migration preflight and startup adoption checks
All checks were successful
Verify and publish container / build-and-push (push) Successful in 1m26s

This commit is contained in:
Elijah 2026-08-08 18:17:17 -07:00
parent 931e674814
commit 5db7fc8afd
4 changed files with 228 additions and 54 deletions

View file

@ -8,5 +8,6 @@ if [ -z "$TRIMMED_SECRET" ] || [ "${#TRIMMED_SECRET}" -lt 32 ] || [ "$TRIMMED_SE
exit 1
fi
node scripts/migration-preflight.mjs --startup
./node_modules/.bin/prisma migrate deploy
exec node server.js