We are using Blue Green deployments with one master branch and decide which cluster we want to deploy to using user input selection in the pipeline. This is prone to user errors, since the user can by mistake select Blue cluster instead of Green. What is the standard way to implement this? Is it a good practice to create a Blue Release Branch and a Green Release Branch and configure pipelines for each release branch ?
Asked
Active
Viewed 148 times