Vercel from preview to public
Unanswered
Aidi posted this in #help-forum
AidiOP
Hi, i've just made a new branch on my github project and put it on a subdomain. It is now on status "preview" and i can only see this if i'm logged in. Is there a way to make it public so i can share it?
6 Replies
AidiOP
https://v2.deepizzaandwraps.com/ you can visit it right now, i want it to be public, but to have only the content that i push on V2 branch, on "main" branch to remain to the main domain.
So you want stuff on V2 to be in preview, and main to remain main? That's usually already the case. Any branch other than main will be in preview
Go check it out and update it from master to main if it's not already.
Projects -> (Your Project) -> settings -> git
Go check it out and update it from master to main if it's not already.
Projects -> (Your Project) -> settings -> git
@Aidi
@Arinji So you want stuff on V2 to be in preview, and main to remain main? That's usually already the case. Any branch other than main will be in preview
Go check it out and update it from master to main if it's not already.
Projects -> (Your Project) -> settings -> git
AidiOP
Not really, i want what's in V2 to be public too, not in preview.
What's in V2 branch to have on v2.domain.com
What's in main branch to have on domain.com
What's in main branch to have on domain.com
Cause i'm working on renew this website on V2 branch and i want it to be public so i can share with friends for feedback, then when it's done to push to to main branch