Skip to content

Branching Strategy

Jessica Chioma edited this page Jul 19, 2024 · 4 revisions

Branching Strategy

Development Branch

Code is merged into the dev branch to trigger deployment to the development environment. Development deployments are accessible at http://dev.domain-name.com/.

Production Branch

The dev branch is merged into main for production deployment. Production deployments are accessible at https://nextjs.boilerplate.hng.tech/.

Merging Guidelines All tests must pass before code is merged. Pull requests are used to facilitate code reviews and maintain code quality.