Syncing storage buckets to prod

While defining buckets in config.toml shows the buckets in local development studio(https://supabase.com/docs/guides/local-development/overview#sync-storage-buckets), pushing it to main branch to trigger production.yaml(https://supabase.com/docs/guides/deployment/managing-environments?queryGroups=environment&environment=production) only pushes the public schema and any storage policies(if we pulled the storage schema as well). The buckets themselves are missing.
Manage multiple environments using Database Migrations and GitHub Actions.
Develop locally with the Supabase CLI and schema migrations.
Was this page helpful?