Skip to content

Commit 944dd70

Browse files
committed
Add port to default process type
1 parent 256df56 commit 944dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cat << EOF
55
addons:
66
- heroku-postgresql:dev
77
default_process_types:
8-
web: mix server
8+
web: mix server -p $PORT
99
config_vars:
1010
PATH: /app/erlang/bin:/app/elixir/bin:bin:/usr/bin:/bin
1111
MIX_ENV: prod

0 commit comments

Comments
 (0)