Skip to content

Instantly share code, notes, and snippets.

@dprabu17
Created April 18, 2014 07:05
Show Gist options
  • Save dprabu17/11028565 to your computer and use it in GitHub Desktop.
Save dprabu17/11028565 to your computer and use it in GitHub Desktop.
Heroku
Heroku
install
https://toolbelt.heroku.com/
heroku create
heroku run rake assets:clean
heroku run rake assets:precompile
git push heroku master
git push heroku branch:master
heroku apps:rename rails3-deployments
$ git remote -v
http://rails3-deployments.herokuapp.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment