Skip to content

Support multiple deploy actions - #225

Open
smoehrle wants to merge 3 commits into
fabfuel:developfrom
reservix:feature/support_multiple_actions
Open

smoehrle wants to merge 3 commits into
fabfuel:developfrom
reservix:feature/support_multiple_actions

Conversation

@smoehrle

Copy link
Copy Markdown

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
@trigrab
trigrab force-pushed the feature/support_multiple_actions branch from 848f9a1 to c83530a Compare August 19, 2026 11:32
@trigrab

trigrab commented Aug 19, 2026

Copy link
Copy Markdown

I rebased the branch and added a test.

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.

2 participants