Recommendation for Supabase DB branching & Vercel setup
I have a new Vercel project, and created Supabase from Vercel.
I've set up supabase branching to enable preview branches, and this is working well upon new PR creation. I've also got my production branch in Supabase linked to
main
main
in github and the
production
production
deployment in Vercel.
What I can't work out is how to get my persisted
develop
develop
branch in Supabase deploying to an environment in Vercel with it's correctly generated secrets. Is this possible?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.