cyberdelia/heroku-geo-buildpack

Adding this buildpack makes git push to fail

neara opened this issue · 3 comments

I followed this HowTo https://devcenter.heroku.com/articles/postgis#geodjango-setup and ran $ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git, after which i got this:

-----> Fetching custom git buildpack... done

 !     Push rejected, no Cedar-supported app detected

Removing this buildpack solved the issue with push, but still leaves me without geos on the dyno.

Could really use help on setting this up.

You need to add a .buildpacks file, see: https://github.com/cyberdelia/heroku-geo-buildpack#usage

I did and still failed.
I contacted heroku support, and with their help found another buildbpack: https://github.com/Tekco/heroku-geo-buildpack.

After that, it worked ok.

Looking at your support ticket your problem was a typo in the git URL of this buildpack: https://github.com:cyberdelia/heroku-geo-buildpack.git (: should be a /).

The buildpack you are using is just a fork of this one (which changes were incorporated in this one).