我刚刚注册了heroku并尝试在应用中添加第一个单个静态html页面。我按照确切的步骤克隆了repo,现在尝试添加该文件,但不断收到此消息:
! Push rejected, no Cedar-supported app detected
To git@heroku.com:pak-attacks.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:my-project-saif.git'
任何人都知道发生了什么或需要做什么?非常感谢。
答案 0 :(得分:6)
将您的静态文件重命名为index.php - 然后它将被检测为PHP应用程序,并且即使您不使用PHP也能正常工作。
答案 1 :(得分:0)
我将rails项目推送到heroku时遇到同样的问题。
直到我尝试使用以下命令在heroku中创建,然后成功!你也应该试试这个。
“heroku create --stack cedar”