This lets the buildpack be checked into the repo.
- Create your heroku application
- Supply the
BUILDPACK_URLenv variable
heroku config:add BUILDPACK_URL="https://github.com/djukami/dot-buildpack.git"
Create your own .buildpack/compile and .buildpack/release files per Heroku's Buildpack API.