Backend
Deployment
Pushing migrations and edge functions to production
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pushing migrations and edge functions to production
# Link to remote project
supabase link --project-ref <your-ref>
# Push migrations
supabase db push
# Deploy functions
supabase functions deploy convert-corpus
| Variable | Purpose |
|---|---|
SUPABASE_URL | Supabase project URL |
SUPABASE_ANON_KEY | Anon/publishable key for client-side access |
SUPABASE_SERVICE_ROLE_KEY | Service role key (server/functions only) |