subdir-heroku-buildpack icon indicating copy to clipboard operation
subdir-heroku-buildpack copied to clipboard

Allows to use subdirectory configured via environment variable as a project root

Results 10 subdir-heroku-buildpack issues
Sort by recently updated
recently updated
newest added

I had someone using the `heroku/metrics` buildpack which writes to `.profile.d` directory running before this buildpack. Because this buildpack deletes everything at the root, including things from other build packs,...

When you commit to git with only one directory and nothing else in root, it will push the contents of just that directory. I.e. an app with this structure fails...

> Set PROJECT_PATH environment variable to point to project root. It will be promoted to slug's root, everything else will be erased. This doesn't work for my project—I have a...

I have followed all of the steps in the article about using this build pack to deploy a subfolder on heroku. However, it continues to deploy my entire app. I...

This is what I get when I follow the steps listed in the README.md -----> Subdir buildpack app detected PROJECT_PATH is undefined ! Push rejected, failed to compile Subdir buildpack...

If an error occurs during the compile of this buildpack, the build continues on regardless rather than failing, since the bash error on exit mode is not enabled. For improved...

![image](https://user-images.githubusercontent.com/22920382/103421964-5e885700-4b5c-11eb-8223-afb2b97cb1a4.png) I got this after Heroku forced an upgrade of their stack. The log didn't give any other information that I'm aware of. Bit of a black box on this...

Just want to leave this here: this buildpack is incompatible with the new in-dyno variant of `heroku-postgresql` addon for Heroku CI. So in your app.json, you have to use the...

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...