You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vercel supports multiple environments, so we utilize a blue production environment serving live users, and a separate green environment for testing new builds from CI/CD. The green environment is validated with a portion of live traffic before slowly ramping up the percentage shifted from blue. Once green is fully tested, all traffic routes from blue to green and the new build is launched. Blue remains as a rollback option. This will allow safely testing new builds with live users before full launch.
This project is required to have an automation which can deploy the correct build when the pull request is merged.
Also, need the solution for testing the V2 for live and at the same time keeping the v1 live and solve bugs till the v2 is ready for live.
The text was updated successfully, but these errors were encountered: