/circle-build-health

A build light view for your circle ci projects.

Primary LanguageJavaScript

circle-build-health

A dashboard for the status of your builds in CircleCI

screen-shot

How to run

Deploy to Heroku

Production

$ yarn install --production
$ yarn build
$ yarn start:prod

Development

$ yarn install
$ yarn start

Docker

See DOCKER.md.

Environment Variables

This project uses razzle, which means it uses its awesome tooling around .env files. Here's the latest documentation on the environment variables supported via razzle.

Required environment variables

CIRCLE_CI_TOKEN - a string that is used to talk to your personal circleci to get a list of projects you follow and see their build statuses.

CIRCLE_ORG_NAME - name of your organistation in circle HTTP_AUTH_USERNAME - http auth username HTTP_AUTH_PASSWORD - http auth password