在heroku上部署jhipster

时间:2017-08-12 20:28:32

标签: heroku deployment jhipster

我遇到了heroku部署问题。 我更改了build.gradle中的版本号

运行:

$ ./gradlew -Pprod bootRepackage -x test
  • 好的!然后:

$ heroku deploy:jar --jar build/libs/*war

  • 由于某种原因上传了之前的war文件?我虽然heroku插件有些受损。所以我试着重新安装它:

$ heroku plugins:install https://github.com/heroku/heroku-deploy. Installing plugin https://github.com/heroku/heroku-deploy.... ! ▸ yarn --non-interactive --mutex=file:/home/amfibia/.cache/heroku/yarn --cache-folder=/home/amfibia/.cache/heroku/yarn exited with code 1 ▸ error Refusing to download the git repo {"protocol":"https:","hostname":"github.com","repository":"https://github.com/heroku/heroku-deploy.@latest"} over HTTPS without a commit hash - possible certificate error? ▸

  • 这是什么意思?然后我尝试指定它应该上传的war文件的版本:

    $ heroku deploy:jar --jar build/libs/colony-0.7.7-SNAPSHOT.war

  • 但它在i18n中有错误 - 它在以下情况下工作正常:

    ./gradlew

  • 它在开发中是完美的。现在我被卡住了。我刚刚从git中获取了application-prod.yml,因为我不想在github上发送我的电子邮件信息。这可能导致了这个问题吗? application-prod.yml取而代之,但也出现在.gitignore

0 个答案:

没有答案