Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e82146f

Browse files
committed
:fix: README bug and version bump to 0.1.0
1 parent 59d50bc commit e82146f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Deploy just services
157157

158158
Deploy just scheduled tasks
159159
```bash
160-
$ ecs-deploy deploy-services
160+
$ ecs-deploy deploy-scheduled-tasks
161161
```
162162

163163
Run SSH on a cluster container instance:
@@ -182,4 +182,6 @@ runner.update_services!
182182
- Create cloudwatch logs group if it doesn't exist yet
183183
- Create the service if not present?
184184
- Create scheduled tasks if not present?
185+
- Navigate through logs
186+
- Recap cluster status
185187
- More configuration options

lib/ecs_deploy_cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EcsDeployCli
2-
VERSION = '0.1.0-alpha'
2+
VERSION = '0.1.0'
33
end

0 commit comments

Comments
 (0)