Skip to content

long/buildpack-procfile-select

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack: Procfile Select

Because sometimes you just want to run different configurations of the same app on Heroku. See buildpack-procfile-select-test for an example.

Usage

You almost definitely want to use this as part of a multi-buildpack.

This buildpack must come before your actual environment buildpack (when the process starts). A sample node.js .buildpack file may look like:

https://github.com/jessefulton/env-procfile-buildpack.git
https://github.com/heroku/heroku-buildpack-nodejs.git

Then if you want to use a different Procfile than the standard one, simply set an environment variable, and push!

heroku config:set PROCFILE=Procfile.dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%