We deployed NextJS application with Docker on Azure and we have 3 branches:
- Dev : for development
- Staging: for pre-production
- Main: for production
For each new feature we create a branch feature
and we push changes. However, we want the stakeholders to see the live changes for this feature before merging it to dev
branch.
In Vercel and Github, this feature is available :