An open API service indexing awesome lists of open source software.

https://github.com/mostlygeek/heroku-app-custom-buildpack

Heroku App with Custom Buildpack
https://github.com/mostlygeek/heroku-app-custom-buildpack

Last synced: 8 months ago
JSON representation

Heroku App with Custom Buildpack

Awesome Lists containing this project

README

          

# About

This app is a demo of using a custom [Heroku buildpack](https://devcenter.heroku.com/articles/buildpacks) to
have an extra step when creating a new app slug on heroku.

The custom build pack https://github.com/mostlygeek/heroku-buildpack-nodejs looks for a bash script:
`bin/heroku-deploy.sh`.

If it exists it will run two arguments:

`bin/heroku-deploy.sh $BUILD_DIR $CACHE_DIR`