-
Notifications
You must be signed in to change notification settings - Fork 469
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
Support ECS deploy with CodeDeploy #168
Comments
While waiting for the feedback here. I am sharing my script which does ECS blue-green deployments with CodeDeploy - https://gist.github.com/antonbabenko/632b54e8e488b9f48d016238792a9193 |
Great addition! |
Any chance this gets feedback soon? @fillup |
Hi @rnegron, As part of this PR I've managed to introduce specific behaviours for individual deployment controllers, and provided support for |
@jfranzoi-gucci does your yoke application support blue green deploys via code deploy? |
Hi @angelozignaltinho, no as I was sharing, ecs-deploy fork used by yoke has just been restructured in order to easily support multiple deployment controllers, and enriched to support not only What I was mentioning to @rnegron is that, given that restructuring, it should be easier to add support for Hope it's clearer now. |
Great project!
Unfortunately, it does not work for my use case where I want to use it for blue-green deployments via CodeDeploy with ECS services (as described here).
The error is like this:
The question is, whether it is possible and easily to extend this script to work for me or should I make my own script just for this?
Instead of
aws ecs update-service
the script should callaws ecs deploy
like this:The text was updated successfully, but these errors were encountered: