Skip to content

Branching Strategy

Jessica Chioma edited this page Jul 20, 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 https://deployment.nextjs.boilerplate.hng.tech/.

Staging Branch

Code is merged from the dev branch into the staging branch to trigger deployment to the staging environment. Staging deployments are accessible at https://staging.nextjs.boilerplate.hng.tech/.

Production Branch

The staging 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.