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

[Feature request] Use same taskdef for multiple deployments #254

Closed
mhuebner opened this issue May 12, 2022 · 1 comment
Closed

[Feature request] Use same taskdef for multiple deployments #254

mhuebner opened this issue May 12, 2022 · 1 comment

Comments

@mhuebner
Copy link

mhuebner commented May 12, 2022

Let's say we have 4 Services we want to deploy the same app (version) to.
The deployment is executed synchronously:

  1. ecs-deploy deploys taskdef-2 which is based on taskdef-1 to service1
  2. ecs-deploy deploys taskdef-2 to service2
  3. ecs-deploy deploys taskdef-2 to service3
  4. 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?

@devon-sil
Copy link
Contributor

Maintenance mode. Closing issue.

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

No branches or pull requests

2 participants