timanovsky / subdir-heroku-buildpack

Allows to use subdirectory configured via environment variable as a project root
https://medium.com/@timanovsky/heroku-buildpack-to-support-deployment-from-subdirectory-e743c2c838dd
523 stars 327 forks source link

Register in buildpack registry #1

Open jbyrum opened 6 years ago

jbyrum commented 6 years ago

My name is Jon Byrum and I’m a product manager at Heroku. Your buildpack is one of the top 200 most popular buildpacks on Heroku!

I would like to invite you to publish your buildpack early in our Buildpack Registry, before it is made available to the general public (expected early July).

To register your buildpack, visit: https://addons-next.heroku.com/buildpacks Documentation: https://devcenter.heroku.com/articles/buildpack-registry

Why register?

Recommended naming conventions:

It would be greatly appreciated if you could publish before June 18th, as we prepare to make the feature publicly available. Registering a buildpack should take approximately 5 minutes.

If you have any questions about registering (or run into any issues), please email: heroku-buildpack-registry-feedback@salesforce.com

joewoodhouse commented 4 years ago

@jbyrum One issue I find with this build package, from the perspective of someone that manages a large monorepo that contains a number of apps that we deploy to heroku, is that pushing any commit to our repository would cause all applications to redeploy. Which is obviously not ideal.

Is there any plans for heroku to natively support a simple system of linking an app to a subtree of a git repository?

TheoMer commented 4 years ago

pushing any commit to our repository would cause all applications to redeploy. Which is obviously not ideal

@jbyrum I am experiencing the very same issue as mentioned above by @joewoodhouse. Are there any plans to enable a simple system of linking an app to a subtree of a git repository?