简体   繁体   中英

How to enable blue/green deployment with CircleCI to ECS?

I'm using CircleCI's aws-ecs orb to deploy to ecs. As far as I know the default deployment type is rolling update.

I searched for a solution, however the solutions are only for AWS CodeDeploy. The CircleCI docs show support for blue/green deployment, but in the config I cannot set the deployment type.

How to do that?

Here is the example that orb has. You could also use CodeDeploy to enable blue-green deployment, orb supports CodeDeploy via deployment-controller parameter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM