What is CI/CD/CD?
- Continuous Integration - Bringing in the changes, from all places, all teams.
- Continuous Delivery - Rapid feedback cycles enabled by automation, to each env.
- Continuous Deployment - Automatically deploying mainlines to dev and stage and prod.