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.
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.