Blue-Green Deployment

You might say

Keep blue serving while deploying and accepting the new release on green; switch production traffic only after it passes.

Blue-green deployment runs old and new releases in two production-capable environments, then switches traffic after the candidate environment is verified.Blue can keep travel site v1 live while green independently runs v2; after login and booking checks pass, the production entry switches to green and blue remains temporarily available for return. Two application environments do not automatically isolate or make the database compatible.
Blue-Green DeploymentBlue/Green Deployment
Further reading