4a915c1a11
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m30s
Adds a "Run database migrations" step to both stage.yaml and deploy.yaml. Uses the Supabase Management API (access token from GCP Secret Manager) to apply pending migrations tracked in a schema_migrations table. Migrations run unconditionally before every deploy — asset-only or full. Also adds migrations/** to paths filter so a migrations-only commit triggers the pipeline.