You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 standard
"addons": ["heroku-postgresql"]
Alternatively, you could switch to heroku-buildpack-select-subdir which doesn't delete everything except the project path, allowing in-dyno postgres to work.
The text was updated successfully, but these errors were encountered:
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 standard"addons": ["heroku-postgresql"]
Alternatively, you could switch to heroku-buildpack-select-subdir which doesn't delete everything except the project path, allowing in-dyno postgres to work.
The text was updated successfully, but these errors were encountered: