Heroku Play Framework Module
The Heroku Play Framework Module provides an easy way deploy your Play! app to Heroku - a Cloud Application Platform.
The source code and issue tracker is on github:
https://github.com/jamesward/play-heroku
Installation
Install the module:
play install heroku
Using The Heroku Module
Create a Heroku account (if you don’t already have one):
https://heroku.com/signup
Update your conf/application.conf
file to connect to a database on Heroku (if you are using a database):
%prod.db=${DATABASE_URL}
%prod.jpa.dialect=org.hibernate.dialect.PostgreSQLDialect
%prod.jpa.ddl=update
Deploy the application on Heroku:
play heroku:deploy
Learn More About Heroku
To learn more about Play! on Heroku check out the Heroku Dev Center