kilimchoi / coingenius

2 stars 0 forks source link

Coingenius

Setup

bin/setup

Usage

gem install foreman
foreman start -f Procfile.dev-server

Deploy

heroku git:remote --remote heroku-staging -a coingenius-staging-app // staging
heroku git:remote --remote heroku -a coingenius // production
bin/heroku_deploy staging

or

bin/heroku_deploy production