Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

want to create a streamline flow for CICD #navipu #17

Open
thakoraarya opened this issue Sep 16, 2023 · 3 comments
Open

want to create a streamline flow for CICD #navipu #17

thakoraarya opened this issue Sep 16, 2023 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@thakoraarya
Copy link
Collaborator

thakoraarya commented Sep 16, 2023

  1. This project is required to have an automation which can deploy the correct build when the pull request is merged.

  2. 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.

@thakoraarya thakoraarya added the question Further information is requested label Sep 16, 2023
@jyotirmayee2312
Copy link

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.

@thakoraarya
Copy link
Collaborator Author

@jyotirmayee2312 updates?

1 similar comment
@thakoraarya
Copy link
Collaborator Author

@jyotirmayee2312 updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants