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

Support multiple deploy actions #225

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

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