DEV Community

Discussion on: How my company follows Agile + DevOps in daily work

Collapse
 
thyphamdev profile image
Thy Pham

Hi there!
We use the main branch for both the development and production environment. So new commits to this branch are always automatically deployed to the development env. But we only deploy specific commits to production manually.
So yea, the feature branches (branched off from the main branch) always include the latest productive code.