fabfuel / ecs-deploy

Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Other
857 stars 148 forks source link

Allow changing docker labels #178

Closed aeadio closed 3 years ago

aeadio commented 3 years ago

Add the ability to specify docker labels, similar to environment variables and secrets.

Not yet tested in the real world. Will report back once I've done that.

aeadio commented 3 years ago

Tested and working 👍

fabfuel commented 3 years ago

Thanks Anthony! I still need to migrate the project from the travis-ci.org to travis-ci.com, then the tests should run fine again.

Best Fabian

fabfuel commented 3 years ago

Great addition, thanks Anthony!