CI/CD (Continuous Integration / Continuous Delivery)
Source: content/manual/06-glossary/delivery/ci-cd.md
Definition
Practices and tooling to integrate code frequently, run automated checks, and deliver changes to production safely and repeatedly.
Why it matters
Reduces integration pain, shortens feedback loops, and makes releases routine.
Common pitfalls
- Treating CI and CD as the same pipeline without clear stages.
- Manual approvals with no clear risk model.
