Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pbrisbin/aws-ecs-scheduled-tasks-orb
- Owner: pbrisbin
- Created: 2020-05-27T20:48:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T20:50:17.000Z (over 4 years ago)
- Last Synced: 2024-11-09T07:47:28.648Z (2 months ago)
- Language: Shell
- Homepage: https://circleci.com/orbs/registry/orb/pbrisbin/aws-ecs-scheduled-tasks
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.1orbs:
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)