FINRAOS / aphelion

Aphelion is a web application that captures and visualizes your AWS services usage limits. It continuously collects data in the background and you can visualize the data in easy-to-see graphs and charts.

Home Page:https://finraos.github.io/aphelion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create CI builds and Docker image deployment jobs

kood1 opened this issue · comments

Setup CircleCI build and deploy jobs. It should build all 3 components and publish Docker images on successful runs.

We need to look at CircleCI workflow to run multiple jobs and orchestrate. We will need 3 jobs and they can all run in parallel. Each job will need different docker image to build since each are using different language.

https://circleci.com/docs/2.0/workflows/