https://github.com/stackify/heroku-buildpack-stackify
https://github.com/stackify/heroku-buildpack-stackify
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackify/heroku-buildpack-stackify
- Owner: stackify
- License: mit
- Created: 2020-05-07T23:50:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T21:41:50.000Z (about 2 years ago)
- Last Synced: 2024-06-21T16:26:12.716Z (about 2 years ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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"
```