Skip to content

Instantly share code, notes, and snippets.

@bao1018
Last active January 3, 2016 13:39
Show Gist options
  • Save bao1018/8470676 to your computer and use it in GitHub Desktop.
Save bao1018/8470676 to your computer and use it in GitHub Desktop.
Deploy to Heroku
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