Complete these on your machine / in Dashboards after GitHub Actions can link projects (secrets already in GitHub).Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
1. Edge Function secrets on Prod (srcaoozjkrughebmbvfb)
- Copy edge-function-secrets.example.env to
.env.production.functions(gitignored). - Fill values from Dev Dashboard → Edge Functions → Secrets; rotate any key that must not be shared with Prod.
- Verify locally (optional):
- Run:
2. Cron jobs, storage buckets, vault (Prod)
- Run dev-cron-storage-queries.sql on Dev SQL Editor; paste results into dev-cron-storage.txt.
- In Prod Dashboard: create matching Storage buckets; run SQL for
cron.schedule(...)lines; add Vault secrets referenced by cron.
3. Seed parity smoke test
4. Unblock CI
- Prod
db push: If CI fails withtype ... already exists, reset the Prod database (Dashboard) once, then re-run Deploy Supabase (production). - Dev
db push: If CI fails on migration history, follow DEV_MIGRATION_REPAIR_REQUIRED.md.