You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: