部署操作:
heroic create bluefocus
mkdir heroku && cd heroku
---------------------
git init
heroku git:remote -a lisiyizu
git add .
git commit -am “all”
git push heroku master
-------------------------------------------
查看部署是否报错:heroku logs --tail
原文:http://www.cnblogs.com/Kummy/p/6214970.html