🟢🐙

Auto DB Migrations on Push

Intermediate

DevOps

Every push to main triggers a Supabase migration automatically. Schema diffs are committed and applied with zero manual steps.

Workflow Steps

  1. 1
    GitHub webhook fires on push to main
  2. 2
    Extract changed SQL files from diff
  3. 3
    Run migration via Supabase MCP
  4. 4
    Commit migration receipt back to repo
  5. 5
    Post migration summary as PR comment

Ready to build this workflow?

Install the MCPs from the marketplace and start automating in minutes.