📜  如何在 heroku 上部署 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:19.897000             🧑  作者: Mango
代码示例1
heroku login
heroku create
git add .
git commit -m "test"
git push heroku master
heroku ps:scale web=1
heroku open