0
我遇到了這個存儲庫:https://github.com/hatnote/rcmap,看到大多數文件都是代碼中的.js文件。它也有靜態文件夾下的main.js。 我對node.js有非常基本的瞭解,所以我嘗試在Heroku中部署它,克隆github文件夾。部署應用程序到Heroku
但是,它失敗並顯示沒有檢測到Cedar應用程序的消息。
!Push rejected, no Cedar-supported app detected
To [email protected]:stark-mesa-4834.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:stark-mesa-4834.git'
我在想什麼?是否需要一些額外的文件?或者這個回購不能部署到Heroku?