📌  相关文章
📜  heroku.com 自动部署 github 简单 html 网站 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:30.177000             🧑  作者: Mango

代码示例1
1. Add a file called composer.json to the root directory by running touch composer.json
2. Add a file called index.php to the root directory by running touch index.php
3. Rename the homepage (e.g. index.html) to home.html
4. In index.php, add the following line: 
5. In composer.json, add the following line: {}
6. Run git push heroku master