从git repo的子目录在Heroku上部署Play应用程序

Tam*_*mas 5 deployment heroku playframework-2.0

我想在Heroku上部署一个Play 2.0.4应用程序,git push heroku master但我已将play根文件夹移动到我的git repo的子文件夹中.有没有办法从那里部署?

目前它错误地将我的项目标识为1.2.4 Play应用程序,然后编译和部署失败.

-----> Play! app detected
-----> WARNING: Play! version not specified in dependencies.yml. Default version: 1.2.4 being used....
-----> Installing Play! 1.2.4.....
-----> done
-----> Installing ivysettings.xml..... done
-----> Building Play! application...
Run Code Online (Sandbox Code Playgroud)

Bri*_*tro 4

安装这个 git 插件。

https://github.com/apenwarr/git-subtree

运行“git subtree push --prefix **带有应用程序的子文件夹”heroku master”