heroku-selectable-procfile icon indicating copy to clipboard operation
heroku-selectable-procfile copied to clipboard

A Heroku Buildpack that allows Procfile selection by environmental variable. Chain it using https://github.com/ddollar/heroku-buildpack-multi

heroku-selectable-procfile

Usage

Add this buildpack to your Heroku app buildpacks :

$ heroku buildpacks:add https://github.com/cantino/heroku-selectable-procfile

Specify your custom Procfile path in the environment variables :

$ heroku config:add PROCFILE_PATH=Procfile.custom