Skip to content

nulltask/heroku-static-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dada09c · Sep 14, 2015

History

1 Commit
Sep 14, 2015
Sep 14, 2015
Sep 14, 2015
Sep 14, 2015
Sep 14, 2015
Sep 14, 2015

Repository files navigation

Heroku Static Provider

Static site provider for Heroku.

Installation

You need sign-in or sign-up to Heroku.

$ git clone https://github.com/nulltask/heroku-static-provider.git my-site
$ cd my-site
$ heroku create
$ git push -u heroku master
$ heroku open

Deployment

Add or update files in /public.

$ git add .
$ git commit -a -m 'some commit message'
$ git push heroku master
$ heroku open

Notes

Adding Basic Auth

$ heroku config:set USER=username
$ heroku config:set PASS=password

Screencast

License

MIT

About

Static site provider for Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published