We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed9e4d commit 848021aCopy full SHA for 848021a
.profile.d/config_vars.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
+export PLATFORM=heroku
4
+export PATH=$PATH:/app/erlang/bin:/app/elixir/bin
5
+export MIX_ENV=${MIX_ENV:-prod}
bin/release
@@ -6,8 +6,4 @@ addons:
6
heroku-postgresql:hobby-dev
7
default_process_types:
8
web: mix server -p \$PORT
9
-config_vars:
10
- PLATFORM: heroku
11
- PATH: /app/erlang/bin:/app/elixir/bin:bin:/usr/bin:/bin
12
- MIX_ENV: prod
13
EOF
0 commit comments