-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Enable branching for vercel marketplace #32396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
- Tested on preview
@@ -195,8 +193,6 @@ const CreateProject = () => { | |||
}, | |||
orgSlug: selectedOrganization?.slug, | |||
}) | |||
|
|||
await syncEnvs({ connectionId }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming this has been removed because it now happens automatically / is no longer needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was always syncing on creation time, not sure why we ever synced twice 😅
* feat: Add support for branching for Vercel Marketplace resources * docs: Remove Vercel Marketplace branching support note
Rework vercel integration section, remove resync button, remove restrictions in few places.
Corresponding API that needs to be deployed before shipping this https://github.com/supabase/infrastructure/pull/21074