Skip to content

Commit 9108ebb

Browse files
committed
Update release file to echo config vars
1 parent 848021a commit 9108ebb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.profile.d/config_vars.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

bin/release

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ cat << EOF
44
---
55
addons:
66
heroku-postgresql:hobby-dev
7+
config_vars:
8+
MIX_ENV: prod
9+
PLATFORM: heroku
10+
PATH: $PATH:/app/erlang/bin:/app/elixir/bin
711
default_process_types:
812
web: mix server -p \$PORT
913
EOF

0 commit comments

Comments
 (0)