diff options
| author | Ben Busby <noreply+git@benbusby.com> | 2021-11-15 20:09:34 -0700 |
|---|---|---|
| committer | Ben Busby <noreply+git@benbusby.com> | 2021-11-15 20:09:34 -0700 |
| commit | d4581797e7a06cf4c89cf03def30e19726f26d11 (patch) | |
| tree | a5bac6c35011d8f384bbb361c2aa7565629f057d /update.sh | |
| parent | 5904c7cce4d42cf29d775dc39e51183a9be2d82f (diff) | |
| download | farside-d4581797e7a06cf4c89cf03def30e19726f26d11.tar.gz | |
Allow bypassing app router with `FARSIDE_NO_ROUTER`
Setting the aforementioned env var skips creation of the app router,
which is useful for running update.exs when the main app is already
running (otherwise there's a port conflict).
Diffstat (limited to 'update.sh')
| -rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ SCRIPT_DIR="$(builtin cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)" cd "$SCRIPT_DIR" -mix run update.exs +FARSIDE_NO_ROUTER=1 mix run update.exs |
