Supabase Deploy Integration Overview Deploy and manage Supabase projects in production with confidence. This skill covers the full deployment lifecycle: pushing database migrations, deploying Edge Functions, managing secrets, executing zero-downtime rollouts with blue/green database branching, rolling back failed migrations, and verifying deployment health. All commands use the Supabase CLI with for explicit project targeting. SDK : — supabase.com/docs Prerequisites - Supabase CLI installed ( or ) - Supabase project linked ( ) - Database migrations in directory - Edge Functions in directory (…