Play Framework
Deploy to Heroku
Java Version
Create a system.properties
file and specify Java version.
Note Heroku supports 1.8 by default.
Config
Application Secret
Run
sbt playGenerateSecret
to generate a key and add inapplication.conf
Hosts
Add allowed hosts in
application.conf
In Heroku Settings, add the followings env variable under
Config Vars
APPLICATION_SECRET
:some-key
Deployment
Deploying to a remote Git repository
Deploying with the sbt-heroku plugin
1. Add plugin in project/plugins.sbt
2. In build.sbt
3. Deploy
Ref: https://github.com/heroku/sbt-heroku
Troubleshooting
CSS not showing on Heroku
Run
sbt stage clean
&sbt stage deployHeroku
References
Last updated
Was this helpful?