Skip to content

coolfront-technologies/heroku-buildpack-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Static

This is a Heroku buildpack for static apps. It uses Apache to statically serve your content. It also supports securely serving your static content. To securely serve your content you need to set two variables:

heroku config:add USERNAME=usernamehere
heroku config:add PASSWORD=passwordhere

Usage

Example usage:

$ heroku create --stack cedar --buildpack http://github.com/profit-strategies/heroku-buildpack-static.git
$ git push heroku master

The buildpack will detect your app as Static if it has the file index.html in the root.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%