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

Is there a way to have it create the new task definition, but not update the service/trigger a deployment? #175

Open
richstokes opened this issue Jul 16, 2021 · 0 comments

Comments

@richstokes
Copy link

That would be really helpful for those using ecs-deploy with AWS CodeDeploy.

Then we could use ecs-deploy to update the task revision, and then kick off the actual deployment in CodeDeploy.

Right now it still works/creates the new task revision, but will understandably error with An error occurred (InvalidParameterException) when calling the UpdateService operation: Unable to update task definition on services with a CODE_DEPLOY deployment controller. Use AWS CodeDeploy to trigger a new deployment.

If there was a flag to tell ecs-deploy to only update the task and not attempt to (re)deploy the service, it would be cleaner and open the tool up to folks using CodeDeploy.

Thanks!

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

No branches or pull requests

1 participant