簡體   English   中英

將Play應用程序推送到Heroku會導致“Heroku推送被拒絕,沒有檢測到Cedar支持的應用程序”錯誤

[英]Pushing a Play app to Heroku results in “Heroku push rejected, no Cedar-supported app detected” error

我之前已經推過Play應用,所以我不明白為什么我現在在另一個應用上收到此錯誤:

git push heroku master
...

-----> Heroku receiving push
 !     Heroku push rejected, no Cedar-supported app detected

這個問題似乎並不重要,因為我沒有Gemfile(我的其他應用程序沒有一個推得很好)。 起初我按照這里的指示使用了Procfile,但后來我注意到我的其他工作應用程序沒有Procfile,所以我刪除了它。

這是工作應用程序有問題的 應用程序

遠程git配置是

[remote "heroku"]
    url = git@heroku.com:bitcoinpotato.git
    fetch = +refs/heads/*:refs/remotes/heroku/*

應用程序堆棧是最新的 - 雪松

你在conf目錄中沒有application.conf ,這就是Play! buildpack用於識別應用程序是Play的事實!

你可以在這里找到Heroku buildpack: https//github.com/heroku/heroku-buildpack-play

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM