🟢🐙
Auto DB Migrations on Push
IntermediateDevOps
Every push to main triggers a Supabase migration automatically. Schema diffs are committed and applied with zero manual steps.
Workflow Steps
- 1GitHub webhook fires on push to main
- 2Extract changed SQL files from diff
- 3Run migration via Supabase MCP
- 4Commit migration receipt back to repo
- 5Post migration summary as PR comment
More DevOps Recipes
🐙▲
Preview Deploy on Every PR
Open a PR and a Vercel preview URL appears as a comment within minutes. Branches are cleaned up automatically when PRs close.
🐳☁️
Container Deployment to AWS
Build, tag, push to ECR and deploy to ECS in one automated pipeline triggered by a git tag or manual dispatch.
⚡🐙
Branch-per-PR Databases
Each PR gets its own Neon database branch for isolated testing. Branch is deleted automatically when the PR closes.
🐙📐
Issue → Branch → PR Pipeline
A Linear issue assigned to a developer automatically creates a git branch, syncs status changes, and opens a draft PR.
Ready to build this workflow?
Install the MCPs from the marketplace and start automating in minutes.