Skip to content

Commit

Permalink
+heroku。
Browse files Browse the repository at this point in the history
  • Loading branch information
keikun17 committed Nov 25, 2015
1 parent 0b93a65 commit 66b80a0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions heroku.md
@@ -0,0 +1,24 @@
heroku
----


login with heroku credentials

heroku login

initialize app for heroku

cd my_app
heroku create

deploy

git push heroku master

open heroku url for current dir's heroku app

heroku open

stream heroku app's production log

heroku logs --tail

0 comments on commit 66b80a0

Please sign in to comment.