0.2.2 • Published 4 years ago

briareus v0.2.2

Weekly downloads
1,621
License
MIT
Repository
github
Last release
4 years ago

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}.