I have an Akka 2.1.0 running on a Microkernel. On my local machine I run sbt dist
to build the exec and then cd target/dist
and bin/akka sample.kernel.hello.HelloKernel
.
Heroku uses an automatic sbt clean compile stage
command to build a target/start
script.
Any ideas how I could get around this staging and deploy the Microkernel on Heroku? Maybe some hints about how to change the heroku-buildpack-scala.
Any help is appreciated.