grunt-build-control icon indicating copy to clipboard operation
grunt-build-control copied to clipboard

Push rejected, no Cedar-supported app detected

Open thienedits opened this issue 11 years ago • 2 comments

I keep getting this when trying to run grunt buildcontrol:heroku

Warning: Fetching repository, done.


 !     Push rejected, no Cedar-supported app detected

To [email protected]:qpham-testing.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:qpham-testing.git'
 Use --force to continue.

thienedits avatar Nov 09 '14 11:11 thienedits

I have a bin directory that I want to push to heroku and have included this directory in the gitignore file. Everytime I run grunt buildcontrol it seems like everything is being deleted on heroku including the procfile. It is showing "delete mode 100644 filename".

thienedits avatar Nov 10 '14 01:11 thienedits

That message sounds like the heroku app doesn't have the necessary files to continue a build.

https://devcenter.heroku.com/articles/buildpacks has a list of build packs that's default with Cedar

By default, these buildpacks will be searched in this order until a match is detected and used to compile your app.

If your deployed code doesn't have the key identifies (ex: Nodejs https://github.com/heroku/heroku-buildpack-nodejs/blob/master/bin/detect#L4), then might throw that error.

kevinawoo avatar Nov 22 '14 21:11 kevinawoo