briareus
Version:
Briareus assists with Feature Branch deploys to ECS
19 lines (10 loc) • 579 B
Markdown
Briareus
========
Briareus is a tool to facilitate "feature branch deployments" on ECS. Its name comes from a creature from Greek mythology with 100 arms and 50 heads.
Install Briareus globally by running `npm install -g briareus`.
Run `briareus init` in the project you want to deploy with Briareus. This will create a `.briareus` directory in the project root. Inside you will find two files `config.json` and `task-definition.json`.
In your CI provider run `briareus deploy --image ${docker_image}`.