10 steps process to deploy a .html website to Heroku, run these commands on the terminal and make sure you have a Heroku account Get to the directory: cd YOUR_DIRECTORY Rename the file to home.html: mv index.html home.html Create index.php with the line:  echo ‘<? include_once(“home.html”);?>’ > index.php Create empty composer file: echo ‘{}’ > composer.json […]