Manuals / CI/CD Pipelines / Chapter 2
A · Foundations · beginner · Week 1 · Chapter 2 of 12
Why pipelines exist — CI vs CD
CI catches integration pain early. CD makes releases boring. Continuous deployment goes further — auto to prod when green. Know the vocabulary.
Path progress11%
Step 1 of 3
Map your path to prod
Commit → build → test → review → deploy. Circle manual steps that should die.
Do this now
Draw pipeline diagram in PIPELINE.md. Label manual vs automated.
Was this step clear?
Chapter learning outcomes
- CI vs CD vs continuous deployment
- Trunk-based development
- PR workflow mental model
Clear these before you leave
Side quest
Manual audit
List 5 manual release steps on any project you know. Which to automate first?