Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pbrisbin/aws-ecs-scheduled-tasks-orb

Orb for deploying ECS Scheduled Task updates
https://github.com/pbrisbin/aws-ecs-scheduled-tasks-orb

Last synced: 10 days ago
JSON representation

Orb for deploying ECS Scheduled Task updates

Awesome Lists containing this project

README

        

# AWS ECS Scheduled Tasks Orb [![CircleCI status](https://circleci.com/gh/pbrisbin/aws-ecs-scheduled-tasks-orb.svg "CircleCI status")](https://circleci.com/gh/pbrisbin/aws-ecs-scheduled-tasks-orb)

Basically [aws-ecs](https://circleci.com/orbs/registry/orb/circleci/aws-ecs),
except updating a Schedule Task, instead of a Service.

## Usage

```yaml
version: 2.1

orbs:
aws-ecs-scheduled-tasks: pbrisbin/[email protected]

workflows:
commit:
jobs:
- aws-ecs-scheduled-tasks/deploy-scheduled-task-update:
name: release
requires: [test]
family: my-app
rule-name: some-rule
container-image-name-updates:
'container=api,tag=${CIRCLE_SHA1:0:10}'
```

---

[LICENSE](./LICENSE) | [CHANGELOG](./CHANGELOG.md)