Skip to content

Commit 058f9bb

Browse files
authored
docs: Add note regarding Vercel braching synchronization (supabase#30969)
1 parent 1cc9653 commit 058f9bb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

apps/docs/content/guides/deployment/branching.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ With the Supabase branching integration, you can sync the Git branch used by the
580580

581581
### Vercel
582582

583-
<Admonition type="note" label="Vercel Branching support is in development.">
583+
<Admonition type="note" label="Vercel Marketplace support.">
584584

585585
The Vercel Integration for Supabase branching is working only with Supabase managed projects. There is currently no support for Vercel Marketplace managed resources, however the support is planned in the future.
586586

@@ -598,10 +598,12 @@ For branching to work with Vercel, you also need the [Vercel GitHub integration]
598598
</Admonition>
599599

600600
Supabase automatically updates your Vercel project with the correct environment variables for the corresponding preview branches.
601+
The synchronization happens at the time of Pull Request being opened, not at the time of branch creation.
602+
As branching integration is tied to the Preview Deployments feature in Vercel, there are possible race conditions between Supabase setting correct variables, and Vercel running a deployment process. Because of that, Supabase is always automatically re-deploying the most recent deployment of the given pull request.
601603

602-
### Netlify
604+
## Other Git providers
603605

604-
A Netlify integration is under consideration. If you're interested in branching with Netlify, [join the GitHub discussion](https://github.com/orgs/supabase/discussions/18938).
606+
There are multiple alternative Git providers under consideration. If you're interested in branching for GitLab, Bitbucket, or some other provider, [join the GitHub discussion](https://github.com/orgs/supabase/discussions/18938).
605607

606608
## Alternatives to branching
607609

0 commit comments

Comments
 (0)