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
- Host: GitHub
- URL: https://github.com/mostlygeek/heroku-app-custom-buildpack
- Owner: mostlygeek
- Created: 2012-12-14T20:27:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-14T20:45:42.000Z (about 13 years ago)
- Last Synced: 2024-04-15T10:51:14.457Z (over 1 year ago)
- Language: CoffeeScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`