We currently using no. 2 but there's plan to move into 3. Basically the plan is, for every project_name we will have separate repo project_name_deploy that will house all the deployment scripts for that project. Changes to deploy scripts not necessarily changes to the app itself. We will still deploying app v2.21, just different way. So that doesn't warrant a bump to app v2.22. Having separate repo also allow ops team to iterate on deploying mechanism independently of the app development.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
We currently using no. 2 but there's plan to move into 3. Basically the plan is, for every
project_namewe will have separate repoproject_name_deploythat will house all the deployment scripts for that project. Changes to deploy scripts not necessarily changes to the app itself. We will still deploying app v2.21, just different way. So that doesn't warrant a bump to app v2.22. Having separate repo also allow ops team to iterate on deploying mechanism independently of the app development.