Heroku cloud service deployment process

 Deployment operations:

 heroic create bluefocus

 mkdir heroku && cd heroku

---------------------

 git init

 heroku git:remote -a lisiyizu

 git add .

 git commit -am “all”

 git push heroku master

------------------------------------------- 

Check whether the deployment of an error: Heroku logs --tail

Reproduced in: https: //www.cnblogs.com/Kummy/p/6214970.html

Guess you like

Origin blog.csdn.net/weixin_33980459/article/details/93428508