Skip to content

Commit

Permalink
Merge pull request #10 from arnlaugsson/heroku
Browse files Browse the repository at this point in the history
Add Heroku Procfile and stage task
  • Loading branch information
arnlaugsson authored Oct 25, 2016
2 parents e6eeaec + 25c8feb commit 891a367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: build/install/chuck_joke/bin/chuck_joke
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ dependencies {
compile 'net.joningi:icndb-java-api:1.0'
compile 'com.sparkjava:spark-core:2.5'
}

task stage {
dependsOn installDist
}

0 comments on commit 891a367

Please sign in to comment.