Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 411 Bytes

Stackify Heroku Buildpack

The Stackify Heroku Buildpack

Installation

Add Stackify Buildpack

heroku buildpacks:add -i=1 https://github.com/stackify/heroku-buildpack-stackify.git

Configure Buildpack

heroku config:set STACKIFY_KEY="XXXXXXXXXX"
heroku config:set STACKIFY_APPLICATION_NAME="My Application" 
heroku config:set STACKIFY_ENVIRONMENT_NAME="Production"