1. make sure Procfile is at the app root with
web: target/start -Dhttp.port=${PORT}
2. compile your app into execute: sbt clean compile stage (a file start created by targe folder)
3. git push heroku master
Sources: http://devcenter.heroku.com/articles/scala#deploy_to_herokucedar
https://github.com/playframework/Play20/wiki/ProductionHeroku
No comments:
Post a Comment