From: shibayashi Date: Mon, 12 Nov 2018 22:01:06 +0000 (+0100) Subject: Add MIX_ENV=prod X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=124a9bb7a5d5342fd15deb0e41e957d51d3d1d7c;p=akkoma Add MIX_ENV=prod --- diff --git a/installation/pleroma.service b/installation/pleroma.service index 84747d952..6955e5cc6 100644 --- a/installation/pleroma.service +++ b/installation/pleroma.service @@ -6,6 +6,7 @@ After=network.target postgresql.service User=pleroma WorkingDirectory=/home/pleroma/pleroma Environment="HOME=/home/pleroma" +Environment="MIX_ENV=prod" ExecStart=/usr/local/bin/mix phx.server ExecReload=/bin/kill $MAINPID KillMode=process