Hi, i'm currently on the process of migrating our site from Storipress to Payload, and with Storipress I had two instance of the same product: one on production with the SP server linked to the main branch of the github repo, and second for staging and development on Vercel linked to the dev branch.
This allowed me to work on the project on the dev branch and then once it's ready for production, I had to clone the dev branch then merge it with main to push the changes on production.
Is there a better way of doing it with Payload or should I keep working like this ? Thanks