ci CD pipeline. Devs were deploying changes to prod directly. I create the ci/cd pipeline for all services.
In pipeline, I have ensured that whatever I deploy on dev, can only be promoted to stage. And whatever is deployed on stage, can only be promoted to prod.
Yesterday I had a fight with the Devops team and management. They want a job which can do deployment from dev to prod. I denied the request and now I am not sure what to do.
Can you guys please advise?
You should ideally have a hotfix short circuit, this needs to be well documented and thought out. E.g hotfix/* branches can be merged directly to the prod branch with minimal tests, but should then be merged back into other environments
Обсуждают сегодня