Blue-green deployment

noun phrase

A release strategy using two identical environments ("blue" and "green"). Traffic is switched to the new version (green) while the old version (blue) remains on standby for instant rollback.

"We use blue-green deployments to achieve zero-downtime releases — if something breaks, we switch back to blue in seconds."