How to create Supabase branch on GitHub branch push rather than on Pull Request?
Hello, I have a project that is hosted on Vercel and using Supabase for all the data stuff. The project is already set up with a GitHub connection and a Vercel integration. However, when pushing a branch, it is not creating the Supabase environment, therefore the Vercel preview deployment doesn't have the required environment variables from Supabase, yielding a deployment error.
What I've been doing is, first push the branch, wait for the Vercel deployment (which will fail because of the missing environment variables), go to Supabase and manually create the preview branch, and then re-deploy on Vercel.
Is there a way to configure the Supabase integration so it creates the branch as soon as it is pushed?
What I've been doing is, first push the branch, wait for the Vercel deployment (which will fail because of the missing environment variables), go to Supabase and manually create the preview branch, and then re-deploy on Vercel.
Is there a way to configure the Supabase integration so it creates the branch as soon as it is pushed?