我试图在Heroku的工作进程中使用PhantomJS和NodeJS,但当我切换到buildpack-multi时,Heroku在我推送时给了我这个:
-----> Fetching custom git buildpack... done
! Heroku push rejected, no Cedar-supported app detected
这是我的.构建包:
http://github.com/heroku/heroku-buildpack-nodejs.git
http://github.com/stomita/heroku-buildpack-phantomjs.git
我的根目录中还有一个package.json。
您的构建包文件应该被称为.buildpacks
,而不是.buildpack
。请参阅ddollar/heroku-buildpack-multi
中的detect
脚本,了解成功检测所需的内容。