dev → stage: wire Supabase migrations into CI/CD #94

Merged
will.anderson merged 2 commits from dev into stage 2026-05-11 18:22:24 +00:00
Owner

Promotes migration automation to stage. First CI run will apply the user_api_keys migration; subsequent runs are no-ops until new migrations are added.

Promotes migration automation to stage. First CI run will apply the user_api_keys migration; subsequent runs are no-ops until new migrations are added.
will.anderson added 2 commits 2026-05-11 18:22:11 +00:00
Wire Supabase migrations into CI/CD
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m30s
4a915c1a11
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.
Merge pull request 'Wire Supabase migrations into CI/CD' (#93) from fix/stage-ci-paths into dev
Dev — Build & local smoke test / build-smoke (push) Successful in 2m0s
924c0804e7
Merge PR #93
will.anderson merged commit ae633d3f71 into stage 2026-05-11 18:22:24 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#94