I'm trying to change the git repo that my Heroku app pushes from (previously a multi build pack), but I get the error:
> git push -f heroku master
> Fetching repository, done. Counting objects: 4111, done. Delta
> compression using up to 8 threads. Compressing objects: 100%
> (3868/3868), done. Writing objects: 100% (4111/4111), 39.41 MiB |
> 579.00 KiB/s, done. Total 4111 (delta 710), reused 0 (delta 0)
>
> -----> Removing .DS_Store files
> -----> Fetching custom git buildpack... done
>
> ! Push rejected, no Cedar-supported app detected
>
> To git@heroku.com:in2u.git ! [remote rejected] master -> master
> (pre-receive hook declined)
What's weird is that this error only makes sense if heroku is actually being pushed the old contents of in2u.git, but I'm TELLING it to push from my local to the heroku remote.
Nothing in this SO post seemed to apply:
Thanks for any help!