Commit 8a81f90b authored by Terence Lee's avatar Terence Lee

update README for the `public` to `public_hitml` move

parent 4ec42fd9
...@@ -8,7 +8,7 @@ This is a discovery project for using a buildpack for handling static sites and ...@@ -8,7 +8,7 @@ This is a discovery project for using a buildpack for handling static sites and
* error/access logs support in `heroku logs` * error/access logs support in `heroku logs`
## Deploying ## Deploying
The directory structure expected is that you have a `public/` directory containing all your static assets. The directory structure expected is that you have a `public_html/` directory containing all your static assets.
1. Set the app to this buildpack: `$ heroku buildpacks:set git://github.com/hone/heroku-buildpack-static.git`. 1. Set the app to this buildpack: `$ heroku buildpacks:set git://github.com/hone/heroku-buildpack-static.git`.
2. Deploy: `$ git push heroku master` 2. Deploy: `$ git push heroku master`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment