Is there a way to have it create the new task definition, but not update the service/trigger a deployment?
richstokes opened this issue · 0 comments
richstokes commented
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!