Last active
January 3, 2016 13:39
-
-
Save bao1018/8470676 to your computer and use it in GitHub Desktop.
Deploy to Heroku
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
git remote add heroku [email protected]:code-catalog.git | |
git push heroku master | |
https://devcenter.heroku.com/articles/authentication | |
##deploy a branch to Heroku | |
git push -f heroku <brach_name>:master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment