Commit f1aa07e9 authored by Owen Jacobson's avatar Owen Jacobson

Use HTTPS Github URLs, instead of Git

```
$ heroku buildpacks:set git://github.com/hone/heroku-buildpack-static.git
 ▸    Invalid buildpack `git://github.com/hone/heroku-buildpack-static.git`
```
parent 21a24261
......@@ -12,7 +12,7 @@ For a guide, read the [Getting Started with Single Page Apps on Heroku](https://
## Deploying
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 https://github.com/hone/heroku-buildpack-static.git`.
2. Deploy: `$ git push heroku master`
### Configuration
......
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