heroku / cnb-shim

This is a shim to run old buildpacks as Cloud Native Buildpacks
MIT License
18 stars 12 forks source link

Add app.json #17

Closed jabrown85 closed 3 years ago

jabrown85 commented 3 years ago

Add default app.json with proper buildpacks. The pipeline has review apps on and this type of app is actually pretty nice to use with Review Apps since it produces an output that needs to be inspected/used by the builder. It wasn't working as-is, because the go buildpack was not being executed.

This is currently blocked by https://github.com/heroku/cnb-shim/pull/16, now that I required CircleCI checks on PRs.