Commit d026758
committed
fix(deploy): delete PHX_SERVER env before starting app in reset/seed
Application.put_env is overridden by runtime.exs during app startup
since it re-reads PHX_SERVER from the environment. Deleting the env
var ensures runtime.exs never enables the HTTP server.1 parent 90c4e52 commit d026758
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments