Created
January 17, 2012 21:28
-
-
Save rodrigomaia/1628988 to your computer and use it in GitHub Desktop.
Configurar Heroku-Rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem install heroku | |
| heroku create <NOME> | |
| git remote add heroku [email protected]:<NOME>.git | |
| git push heroku master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment