Open
Description
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?
Metadata
Assignees
Labels
No labels