Skip to content

Instantly share code, notes, and snippets.

@awhit012
Created June 9, 2016 18:57
Show Gist options
  • Save awhit012/bd544c8c252434d1fe6fe01cbfa252d6 to your computer and use it in GitHub Desktop.
Save awhit012/bd544c8c252434d1fe6fe01cbfa252d6 to your computer and use it in GitHub Desktop.
Heroku Deploy

Heroku Deploy

  1. Have a Sinatra app that works on localhost that is committed, up to date and on the master branch.
  2. heroku login and enter credentials
  3. heroku create *YOUR_APP_NAME*
  4. git push heroku master
  5. heroku run rake db:create
  6. heroku run rake db:migrate
  7. heroku run rake db:seed
  8. heroku open
  9. Ask for help if you need it!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment