passy / generator-heroku

A Heroku config generator for Yeoman
MIT License
45 stars 12 forks source link

Heroku deploy fails after using yo heroku generator and updating gruntfile #16

Open myk5000 opened 9 years ago

myk5000 commented 9 years ago

heroku output - /$ git subtree push --prefix dist heroku master git push using: heroku master Counting objects: 25, done. Delta compression using up to 2 threads. Compressing objects: 100% (22/22), done. Writing objects: 100% (25/25), 251.25 KiB | 0 bytes/s, done. Total 25 (delta 0), reused 0 (delta 0) remote: Compressing source files... done. remote: Building source: remote: remote: remote: ! Push rejected, no Cedar-supported app detected remote: remote: Verifying deploy... remote: remote: ! Push rejected to .... remote: To https://git.heroku.com/....git ! [remote rejected] ... -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/....git'

The only details I could find about "no Cedar supported" was that a major file had to be missing (package.json in the case of node apps), but this file wasn't missing.

HeshamAbdalla commented 8 years ago

The same here. :(