Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 443 Bytes

Code Climate Rogue Rails

rails app for roguerails.com

Setup on Heroku

git remote add heroku git@heroku.com:roguerails.git

ENV Vars

heroku config:set MAIL_USER={user name} MAIL_PASSWORD={password}
heroku config:set SECRET_TOKEN={secure token}

Deploying to Heroku

git push heroku master