Deployment on heroku

This commit is contained in:
Gonzalo Bellver
2012-08-17 12:16:01 -03:00
parent b6b0f460de
commit 81a85aaadf
6 changed files with 105 additions and 3 deletions

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: java $JAVA_OPTS -Dspring.profiles.active=production -jar wise-webapp/target/dependency/jetty-runner.jar --port $PORT wise-webapp/target/*.war