Skip to content

zeke/s3-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

s3-buildpack

This is an experimental Heroku buildpack that uploads your static site to S3.

Usage

  1. Go set up a static website S3 bucket.
  2. Put an index.html file in the root of your app.
  3. Configure stuff:
heroku labs:enable buildpack-env-arg # this will go away soon
heroku config:set \
  BUILDPACK_URL=https://github.com/zeke/s3-buildpack \
  S3_BUCKET=foo \
  S3_ACCESS_KEY_ID=bar \
  S3_SECRET_ACCESS_KEY=baz

There is no step 4.

About

A Heroku buildpack for uploading static sites to S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages