Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Created August 18, 2013 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmilfont/6261456 to your computer and use it in GitHub Desktop.
Save cmilfont/6261456 to your computer and use it in GitHub Desktop.
Rails 4 - Deploy on Heroku
//install heroku toolbelt https://toolbelt.heroku.com/
heroku login
heroku create
//or
git remote add heroku git@heroku.com:wrestling.git
//add "gem 'rails_12factor', group: :production" to Gemfile
git push heroku master
heroku run rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment