Skip to content

ryanbrainard/heroku-buildpack-embedded-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Embedded Buildpack Proxy

A buildpack that proxies execution to a custom buildpack embedded within an app.

Usage

To embedded an app-specific buildpack, create a .buildpack directory in the root of your app with your buildpack inside. Then set this the Embedded Buildpack Proxy as your app's actual buildpack:

heroku create --stack cedar --buildpack git://github.com/rbrainard/heroku-buildpack-embedded-proxy.git

During the build phases, the Embedded Buildpack Proxy will forward the commands to your own buildpack.

About

A buildpack that proxies execution to a custom buildpack embedded within an app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages