summaryrefslogtreecommitdiff
path: root/lib/mix
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-03-30 14:48:00 +0000
committerlain <lain@soykaf.club>2020-03-30 14:48:00 +0000
commit8bd5ad8664479b722e6905306f6342f35e2a84d2 (patch)
treecc44801c5826eb663b87ce0b77a3a77b46c6011c /lib/mix
parentdabe3aeb9eedf4c376a4a9d46246a3f1e76c943f (diff)
parent96e279655763fedcb701e59c500023a70568c4c6 (diff)
downloadpleroma-8bd5ad8664479b722e6905306f6342f35e2a84d2.tar.gz
pleroma-8bd5ad8664479b722e6905306f6342f35e2a84d2.zip
Merge branch 'benchmark-improvements' into 'develop'
Benchmark improvements See merge request pleroma/pleroma!2308
Diffstat (limited to 'lib/mix')
-rw-r--r--lib/mix/pleroma.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mix/pleroma.ex b/lib/mix/pleroma.ex
index 3ad6edbfb..4dfcc32e7 100644
--- a/lib/mix/pleroma.ex
+++ b/lib/mix/pleroma.ex
@@ -5,6 +5,7 @@
defmodule Mix.Pleroma do
@doc "Common functions to be reused in mix tasks"
def start_pleroma do
+ Mix.Task.run("app.start")
Application.put_env(:phoenix, :serve_endpoints, false, persistent: true)
if Pleroma.Config.get(:env) != :test do