Skip to content

craigkerstiens/heroku-buildpack-static

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 

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:

$ cat 'hello world' > index.html

$ heroku create --stack cedar --buildpack git@github.com:craigkerstiens/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