Skip to content

Instantly share code, notes, and snippets.

@rauxalach
Created August 14, 2012 18:50
Show Gist options
  • Save rauxalach/3351648 to your computer and use it in GitHub Desktop.
Save rauxalach/3351648 to your computer and use it in GitHub Desktop.
Deploy Rails app on Heroku
heroku login
heroku create
git remote add heroku git@heroku.com:xx-xx-xx.git
git push heroku master
Migrate database
heroku rake db:migrate
git push heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment