/ruby-deployments-dashboard

Track the deployment history of your ruby app

Primary LanguageRubyMIT LicenseMIT

ruby-deployments-dashboard

Code Climate Test Coverage Build Status

This is a simple dashboard to see what has been rolled into your production environment. To see a specific repo http://localhost:3000/deployments/username/name-of-github-repo

To run locally

Some settings are set by env variables. To simulate these in dev create a file named .env and place it in the root alongside the Gem File ######.env

CLIENT_ID=<github client id goes here>
CLIENT_SECRET=<github client secret goes here>