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
Let's say we have 4 Services we want to deploy the same app (version) to.
The deployment is executed synchronously:
ecs-deploy deploys taskdef-2 which is based on taskdef-1 to service1
ecs-deploy deploys taskdef-2 to service2
ecs-deploy deploys taskdef-2 to service3
ecs-deploy deploys taskdef-2 to service4
How can one archive this?
A workaround would be to parse the command output of step 1 and to strip out the taskdef -> use this taskdef then in step 2,3,4.
Any chance to get this done with a combination of arguments in a current version?
The text was updated successfully, but these errors were encountered:
Let's say we have 4 Services we want to deploy the same app (version) to.
The deployment is executed synchronously:
ecs-deploy
deploystaskdef-2
which is based ontaskdef-1
toservice1
ecs-deploy
deploystaskdef-2
toservice2
ecs-deploy
deploystaskdef-2
toservice3
ecs-deploy
deploystaskdef-2
toservice4
How can one archive this?
A workaround would be to parse the command output of step 1 and to strip out the taskdef -> use this taskdef then in step 2,3,4.
Any chance to get this done with a combination of arguments in a current version?
The text was updated successfully, but these errors were encountered: