Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
467 views
in Technique[技术] by (71.8m points)

amazon web services - CI / CD In multiple pipelines in AWS - deployment all together to prod

I have 3 pipes for the following:

  1. Client - Angular and cloudFront
  2. Server - Multiple microservices
  3. 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.

  1. Should I merge all the pipes and have a single pipe to accomplish it?
  2. 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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...