Can't push to the heroku

后端 未结 9 760
猫巷女王i
猫巷女王i 2020-12-13 02:02

I was pushing the current git repository into the heroku. That online application was developed using Scala and IntelliJ. And I don\'t know how to fix this error.

         


        
9条回答
  •  离开以前
    2020-12-13 02:22

    You need to follow the instructions displayed here, on your case follow scala configuration:

    https://devcenter.heroku.com/articles/getting-started-with-scala#introduction

    After setting up the getting started pack, tweak around the default config and apply to your local repository. It should work, just like mine using NodeJS.

    HTH! :)

提交回复
热议问题