Question - What is CI CD in DevOps?
Answer -
Continuous integration (CI) is a software engineering practice where members of a team integrate their work with increasing frequency and Continuous delivery (CD) is to packaging and deployment what CI is to build and test.