Current section
Files
Jump to
Current section
Files
templates/combo_saas/rel/env.sh.eex
#!/bin/sh
case $RELEASE_COMMAND in
start*)
"$RELEASE_ROOT/bin/$RELEASE_NAME" eval "ComboSaaS.Core.Release.migrate()"
;;
*)
;;
esac
# # Set the release to load code on demand (interactive) instead of preloading (embedded).
# export RELEASE_MODE=interactive
# # Set the release to work across nodes.
# # RELEASE_DISTRIBUTION must be "sname" (local), "name" (distributed) or "none".
# export RELEASE_DISTRIBUTION=name
# export RELEASE_NODE=<%= @release.name %>