Heroku 云服务部署流程

 部署操作:

 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

转载于:https://www.cnblogs.com/Kummy/p/6214970.html

猜你喜欢

转载自blog.csdn.net/weixin_33980459/article/details/93428508