“Continuous delivery” means that you work so your software is always releasable.
“Continuous deployment” means that if your deployment pipeline passes, the change is automatically pushed to production.
Continuous deployment is a subset of continuous delivery.