Branching - Hosting provider integrations #18938
Replies: 9 comments 40 replies
-
Vercel status: In active development |
Beta Was this translation helpful? Give feedback.
-
Netlify status: Currently not in development |
Beta Was this translation helpful? Give feedback.
-
Render status: Currently not in development |
Beta Was this translation helpful? Give feedback.
-
Cloudflare pages status: Currently not in development |
Beta Was this translation helpful? Give feedback.
-
You are focusing on the wrong problems, let people change the env variables by themselves and make the GitHub app optional. Instead focus on making the core branching functionality work: add a merge button in the dashboard and collect all the bugs that happens when you try to merge, for example
These are all things that PlanetScale implements, I suggest copying what they do and later add the GitHub app, only after you know the core model works |
Beta Was this translation helpful? Give feedback.
-
A railway integration would be extremely helpful to us, or some API at least to fetch the env variables for a given branch name so we can make our own integration |
Beta Was this translation helpful? Give feedback.
-
I'm interested and super excited to be able to use this feature! would it be necessary to have multiple instances of environment variables stored in vercel? or would we be able to have the same environment variables across production, preview, and development (within vercel linked to supabase with supabase env vasrs) to still be able to use database branching? also, how would database schematics definitions work? migration files are okay, but can they compare to, say, terraform/pulumi-style migration diffs for infra (or in this case, DB schema) changes? especially automatically and portably? |
Beta Was this translation helpful? Give feedback.
-
Hi - I'm a bit confused on whether Vercel (assuming Vercel integration is installed) should be automatically getting environment variables from supabase when a branch is created (for that specific branch db)? |
Beta Was this translation helpful? Give feedback.
-
Hey all, even after creating a PR, I'm not seeing env vars populate for my Vercel preview branch. I'm having to manually populate the env vars which requires resetting the Postgres password and constructing the connection string. |
Beta Was this translation helpful? Give feedback.
-
This discussion is for tracking requests/demand for hosting providers that Supabase could integrate with so that Preview Branches can support their preview deployments.
Vote for Git providers here and for general branching feedback, use this discussion.
Beta Was this translation helpful? Give feedback.
All reactions