Skip to content

Commit

Permalink
Merge pull request #87 from saintx/issue-86
Browse files Browse the repository at this point in the history
[Issue-86] Add configs for deployment in Heroku
  • Loading branch information
polygloton committed Mar 9, 2016
2 parents 7c589a1 + 225075e commit 02557e7
Show file tree
Hide file tree
Showing 3 changed files with 3 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: lein ring server-headless
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
:init cia.init/init!
:nrepl {:start? true}}
:uberjar-name "server.jar"
:min-lein-version "2.4.0"
:test-selectors {:es-store #(.contains (name (:name %)) "-es-store")
:default #(not (or (.contains (name (:name %)) "-es-store")
(:integration %)
Expand Down
1 change: 1 addition & 0 deletions system.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java.runtime.version=1.8

0 comments on commit 02557e7

Please sign in to comment.