Rollback - CI/CD Glossary Definition
A rollback restores the previous known-good version after a bad deploy; quick, reliable rollback is what makes frequent releases safe.
Related guides
Blue-Green Deployment - CI/CD Glossary DefinitionBlue-green deployment runs two identical environments and switches traffic from the old (blue) to the new (gr…
Canary Deployment - CI/CD Glossary DefinitionA canary deployment ships a new version to a small slice of traffic first, watching its health before rolling…
Immutable Infrastructure - CI/CD Glossary DefinitionImmutable infrastructure never patches running servers in place; to change anything you build a fresh image a…