Skip to content

Commit

Permalink
Add Heroku Procfile and stage task
Browse files Browse the repository at this point in the history
  • Loading branch information
arnlaugsson committed Oct 23, 2016
1 parent d177614 commit 25c8feb
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 25c8feb

Please sign in to comment.