Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 446 Bytes

Heroku Static Site

This is an example for creating your own static sites on Heroku with a minimum of effort.

Steps

  1. Create an index.php file like the one you see here.
  2. Create a Heroku app (heroku create -s cedar).
  3. Commit your index.php file and push it to your Heroku app.

Example

My own static site