heroku-selectable-procfile

by Upright-us-archive

README.md

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

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/Upright-us-archive/heroku-selectable-procfile.git

For existing applications:

$ heroku buildpacks:set https://github.com/Upright-us-archive/heroku-selectable-procfile.git -a YOUR_APP_NAME