# CD - Continuous Deployment CD stand for Continuous Delivery or Continuous Deployment: - Continuous Delivery: make the deployment human triggered - Continuous Deployment make the deployment automated. CD makes deployment easier, more secure and more frequent. It's not possible to have CD without CI, because CI is the foundation upon which CD is built.