negativetwelve / heroku-buildpack-subdir

Deploy apps from subdirectories to Heroku
77 stars 61 forks source link

Use latest release of official buildpacks #13

Open rgov opened 6 years ago

rgov commented 6 years ago

When you use an official buildpack like heroku/nodejs, the latest release is automatically used, not the latest commit in GitHub.

It would be nice if heroku-buildpack-subdir supported that as well, like app=heroku/nodejs. Glancing at the code it seems to support tarballs or git repos (and optionally branches).