jacobwgillespie / heroku-minecraft

:gem: run a Minecraft server on Heroku
Other
88 stars 49 forks source link

No Cedar-supported app detected #9

Closed nmoya closed 10 years ago

nmoya commented 10 years ago

Hi,

I ran into this issue. It's strange, since the application was created with a custom buildpack. I followed your instructions on the readme, except for the activation of the websockets which is not required anymore.

$ nmoya@Local git push heroku master
Initializing repository, done.
Counting objects: 180, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (159/159), done.
Writing objects: 100% (180/180), 8.51 MiB | 119.00 KiB/s, done.
Total 180 (delta 13), reused 0 (delta 0)

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

 !     Push rejected, no Cedar-supported app detected

To git@heroku.com:moyttiolimcserver.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:moyttiolimcserver.git

Ideas? Also, is this a Ruby, Node or Python repository? There is a Gemfile, a runtime.txt and coffee. Thanks in advance!

nmoya commented 10 years ago

My mistake. Sorry. Brilliant work on the repository. Please close the ticket.

jacobwgillespie commented 10 years ago

Glad you figured it out :) I updated the README to remove references to enabling websockets too...