Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created January 17, 2012 21:28
Show Gist options
  • Save rodrigomaia/1628988 to your computer and use it in GitHub Desktop.
Save rodrigomaia/1628988 to your computer and use it in GitHub Desktop.
Configurar Heroku-Rails
gem install heroku
heroku create <NOME>
git remote add heroku git@heroku.com:<NOME>.git
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment