我有一个rails应用程序,我使用browserify-rails gem。 我从自述文件中跟踪instructions:
$ heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
$ cat .buildpacks
https://github.com/heroku/heroku-buildpack-nodejs.git
https://github.com/heroku/heroku-buildpack-ruby.git
在回购中检查了 package.json
和.buildpacks
。
不幸的是推送失败:
remote: -----> Fetching custom git buildpack... done
remote:
remote: ! Push rejected, no Cedar-supported app detected
remote: HINT: This occurs when Heroku cannot detect the buildpack
remote: to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
remote:
remote: Verifying deploy...
remote:
remote: ! Push rejected to
这是第一次尝试使用新的heroku应用程序。