YOO629 / heroku-selectable-procfile

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Shell 100.0%