Skip to content

Conversation

@smoehrle
Copy link

Hey,

I started to implement a feature, where you can trigger multiple deployments at the same time (see example below). It's now possible to specify multiple cluster+service pairs which will be updated simultaneously. If this is a feature you are willing to merge, I'm happy to further clean up the code and fix/add some tests based on your comments.

Example:

# Previously, we had to start to individual deployments and wait for the first one to succeed to start the second.
ecs deploy app-messenger-cluster app-messenger-service --tag ${CI_COMMIT_SHORT_SHA} [...]
ecs deploy app-web-cluster app-web-service --tag ${CI_COMMIT_SHORT_SHA} [...]

# Now it's possible to start them at the same time:
ecs deploy app-messenger-cluster app-messenger-service app-web-cluster app-web-service --tag ${CI_COMMIT_SHORT_SHA} [...]

@smoehrle smoehrle mentioned this pull request May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant