DEV Community

Discussion on: What's the difference: Continuous Integration, Continuous Delivery, and Continuous Deployment.

Collapse
 
david_j_eddy profile image
David J Eddy • Edited

Great question Paula, welcome to the wide (but sometimes ambiguous) world of DevOps.

To answer your question: Yes, I would call that a partial continuous deployment.

To alleviate the danger to users have the development team hide new features behind a 'feature flag'. An easy way to do this is have features release version based. The code is on production but not accessible until the environment's version is incremented.