ecs-deploy-buildkite-plugin icon indicating copy to clipboard operation
ecs-deploy-buildkite-plugin copied to clipboard

🚀 Deploy ECS services

Results 10 ecs-deploy-buildkite-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

This is a huge refactoring of the tests and moving some non-plugin specific code to a separate library. I also tried to make the plugin code actually use some better...

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies buildkite .buildkite/pipeline.yml...

When I deploy to fargate instance it throws: Cannot update a service to add/remove a load balancer. First delete the service and then run again, or rename the service to...

Heya, is it possible to not have to include tasks in your source code and instead fetch them remotely? I have one that's defined in ECS and would like to...

Adds a new conditional feature to set previous task definitions to `INACTIVE`, currently old definitions are left `ACTIVE`. The feature is optionally controlled via the `deregister-tasks` flag and is `false`...

Would it be possible to return **specific** feedback from ECS in the case that the task failed to launch (i.e. could not find image, etc)? When running a service update...

This should fix https://github.com/buildkite-plugins/ecs-deploy-buildkite-plugin/issues/107

When using the following step: ``` - label: Deploy concurrency_group: "cicd-eval-deploy" concurrency: 1 plugins: - ecs-deploy#v3.0.0: cluster: "cicd-eval" service: "cicd-eval-buildkite" task-family: "cicd-eval-buildkite" image: "xxx.dkr.ecr.us-west-2.amazonaws.com/cicd-eval:${BUILDKITE_BUILD_NUMBER}" ``` deployment stalls: ``` Updating service...

Hey again 👋 We've been using this plugin excessively and was working very well with our use case. Specifically the new feature added in 3.0 with the auto-fill task definition...

Same intention as #108, but implemented differently. This way, we do not have to update all the tests due to the new option Closes #107