Skip to content

Commit 18d3182

Browse files
committed
production profile
1 parent 121ebb3 commit 18d3182

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: lein with-profile uberjar trampoline run -m firedamp.core $PORT
1+
web: lein with-profile production trampoline run -m firedamp.core $PORT

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
catch [[:inner 0]]}}
2929
:main ^:skip-aot firedamp.core
3030
:target-path "target/%s"
31-
:profiles {:uberjar {:aot :all}})
31+
:profiles {:uberjar {:aot :all}
32+
:production {}})

0 commit comments

Comments
 (0)