mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-14 12:10:59 +00:00
6 lines
No EOL
178 B
Elixir
6 lines
No EOL
178 B
Elixir
#!/bin/sh
|
|
|
|
ip=$(grep fly-local-6pn /etc/hosts | cut -f 1)
|
|
export RELEASE_DISTRIBUTION=name
|
|
export RELEASE_NODE=$FLY_APP_NAME@$ip
|
|
export ELIXIR_ERL_OPTIONS="-proto_dist inet6_tcp" |