mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
17 lines
479 B
Elixir
17 lines
479 B
Elixir
#!/bin/sh
|
|
|
|
# Sets and enables heart (recommended only in daemon mode)
|
|
# case $RELEASE_COMMAND in
|
|
# daemon*)
|
|
# HEART_COMMAND="$RELEASE_ROOT/bin/$RELEASE_NAME $RELEASE_COMMAND"
|
|
# export HEART_COMMAND
|
|
# export ELIXIR_ERL_OPTIONS="-heart"
|
|
# ;;
|
|
# *)
|
|
# ;;
|
|
# esac
|
|
|
|
# Set the release to work across nodes.
|
|
# RELEASE_DISTRIBUTION must be "sname" (local), "name" (distributed) or "none".
|
|
export RELEASE_DISTRIBUTION=none
|
|
# export RELEASE_NODE=<%= @release.name %>
|