deploying-supabase-application
Installation
SKILL.md
Deploying a Supabase application
Overview
Deploy backend changes with Supabase GitHub integration: connect Git in the dashboard, then merge to the production branch to apply migrations and deploy declared Edge Functions. No supabase link or manual db push for the default workflow.
| Deployed on merge to production branch | Not deployed automatically |
|---|---|
New files in migrations/ |
Seed files (seed.sql, etc.) |
Edge Functions declared in config.toml |
Undeclared functions |
Storage buckets declared in config.toml |
Edge Function secrets; Auth, SMTP, Site URL, API settings in config.toml |
Configure secrets and auth in the Supabase dashboard after deploy.
Agent workflow
Run these steps in order. Works wherever the agent can read and write repository files.