部署操作: 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 相关文章: