Static website deployment on Heroku
Signup on Heroku and github. Create heroku app with php build pack. Install heroku cli tool. Place index.php at root of repository with content
<?php header( 'Location: /index.html' ) ; ?>
Commit and then:
git push heroku master