Deployed two different branches, one for production and the other for development? #43296
Unanswered
BaziotaBeans
asked this question in
Help
Replies: 1 comment 5 replies
|
In Vercel, you just push your branch to the remote, and it'll make a preview of that commit HEAD. When you push to the "release" branch, the main deployment is updated. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Have you already deployed two different branches, one for production and the other for development?
I have a Next.js project already in production, I created a new branch for development, I would like to know how to implement it in vercel too
All reactions