UNPKG

briareus

Version:

Briareus assists with Feature Branch deploys to ECS

19 lines (10 loc) 579 B
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. ## Installation Install Briareus globally by running `npm install -g briareus`. ## Configuration ### Project to deploy 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`. ### Deployer In your CI provider run `briareus deploy --image ${docker_image}`.