I have 3 pipes for the following:
- Client - Angular and cloudFront
- Server - Multiple microservices
- Offline Jobs
In the development environments the process for each of the pipes is triggering in code push and finished in success deployment to the environment.
In prod and staging environments, I don't need to finish deployment for every code change (can be many times a day), instead I want to be able to decide when to finish deployment from ALL the pipes at once to production.
- Should I merge all the pipes and have a single pipe to accomplish it?
- Is it a good practice to have multiple pipes? or it's better to have one pipe for all the environments and products as described above?
Using Amazon AWS for the whole pipe process and GitHub as code source
question from:
https://stackoverflow.com/questions/66057991/ci-cd-in-multiple-pipelines-in-aws-deployment-all-together-to-prod 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…