node.js - Heroku Buildpack Multi - no Cedar-supported app detected -
i trying utilize phantomjs nodejs in worker process in heroku, when switched buildpack-multi, heroku gives me when push:
-----> fetching custom git buildpack... done ! heroku force rejected, no cedar-supported app detected
here .buildpack:
http://github.com/heroku/heroku-buildpack-nodejs.git http://github.com/stomita/heroku-buildpack-phantomjs.git
i have package.json in root directory.
your buildpacks file should called .buildpacks
, not .buildpack
. see detect
script in ddollar/heroku-buildpack-multi
see needed successful detection.
node.js heroku phantomjs
No comments:
Post a Comment