Question
You have read that CI is different from CD. How are they different (CI vs. CD)?
Answer
CI, continual integration involves integrating code from two or more developers on a continual (regular or ongoing) basis. CD (with the “C” standing for continuous or continual) can refer to delivery (with a manual process into production) or deployment (an automatic process even to production)*.
…
