我第一次尝试使用cloudfoundry
。
我在grails
创建了一个简单的应用程序并安装了cloud-foundry
插件。插件安装正确。我试图运行prod cf-push
命令但收到此错误。有关此错误的任何想法?
org.cloudfoundry.client.lib.CloudFoundryException: 400 Bad Request (Invalid application description)
答案 0 :(得分:1)
使用VMC可能值得尝试(如果安装了它)。
打包您的Grails应用
grails prod war
然后使用vmc进行部署
vmc push [app name here] --path target/
按照交互式提示进行操作,但VMC应将war文件识别为Grails应用