Multiple staging deployments
J
Jim Tattersall
Similarly to vercel and netlify. It would be extremely powerful to have preview deployments created on PR or every commit.
At the moment the only way to deploy is through comiting to master. This is problematic when feature releases need to be shared with product owners. Sometimes multiple feature releases.
B
Brian LeRoux
Hey Jim just FYI you deploy to 'staging' with commits to master and you have a dedicated identical production environment called 'production' which you deploy to with git tags. Hopefully this helps you find that balance with product owners. (We believe strongly in trunk based development for max velocity.)
That said, we like branch deploys with previews and have that in our backlog too!