Skip to content

Instantly share code, notes, and snippets.

@codingPingjun
Last active October 26, 2016 01:53
Show Gist options
  • Save codingPingjun/d9731ee85110f5a49a5e0c4da30e4d32 to your computer and use it in GitHub Desktop.
Save codingPingjun/d9731ee85110f5a49a5e0c4da30e4d32 to your computer and use it in GitHub Desktop.
Heroku Common Command
login in: heroku login
create: heroku create [HelloFlask]
depoly: git push heroku master
open: heroku open
delete: heroku apps:destroy --app [sleepy-hamlet-63859]
email:codingpingjun@gmail.com passwd: !G****
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment