Web Developer

Loading

CI/CD

CI/CD stands for continuous integration and continuous delivery or deployment, and it’s a set of practices that helps streamline and speed up the software development lifecycle: 
 
 
  • Continuous integration (CI)
    Developers frequently merge code changes into a shared repository, and automated builds and tests run. 
     
     
  • Continuous delivery (CD) or continuous deployment
    The D in CI/CD can refer to either of these, depending on when a change is released to the production environment.