Skip to content

Commit

Permalink
Fix status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed Oct 31, 2024
1 parent f4c3575 commit 32442ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ecsmec

![](https://github.com/abicky/ecsmec/workflows/main/badge.svg?branch=master)
[![main](https://github.com/abicky/ecsmec/actions/workflows/main.yml/badge.svg)](https://github.com/abicky/ecsmec/actions/workflows/main.yml)

`ecsmec` is a CLI tool for Amazon ECS that provides some commands to execute bothersome operations.
For example, if you manage your ECS clusters with a auto scaling group and want to replace all the container instances with new ones, you have to launch new instances, drain old instances, and so on. What a pain!
Expand Down

0 comments on commit 32442ff

Please sign in to comment.