Implementing short-lived feature branches with Vercel

Hey Everyone,

I am having trouble changing the branches I can push to to make the process easier for our dev team. Basically, I would like to push code to a temporary (new branch) each time I push an update. Once finished, it will merge to main and remove the temporary branch.

Is this possible? If so, how?

Graham

This is supported out of the box with the Github integration. Every branch you connect deploys to a new preview environment with its own URL for testing. When you merge the pr, it updates main and triggers a deployment to production

Hey @graham-8190, just checking in to see if you still need help with setting up short-lived feature branches in Vercel. Did you find a solution, or would you like to go over any specific details? Happy to dig deeper if needed!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.