Pentos
Pentos•2w ago

How to deploy a staging (preview?) branch

Hi, I have successfully deployed my Fresh project's main branch on Deno Deploy using the web ui and github intergration (very cool process by the way). I want to have some kind of stating/testing/preview branch that I can play with, deploy and test before I merge the code into main branch. what is the correct way to do so? I prefer to configure it within the same project. Thank you 🙂
2 Replies
marvinh.
marvinh.•2w ago
This is already set up for you automatically by Deno Deploy. Whenever you make a PR on GitHub a preview deployment will be generated where you can see the changes on a real environment before merging the PR.
No description
Pentos
PentosOP•2w ago
thank you

Did you find this page helpful?