fix(elixir): missing release files
This commit is contained in:
8
rel/env.bat.eex
Normal file
8
rel/env.bat.eex
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
rem Set the release to load code on demand (interactive) instead of preloading (embedded).
|
||||
rem set RELEASE_MODE=interactive
|
||||
|
||||
rem Set the release to work across nodes.
|
||||
rem RELEASE_DISTRIBUTION must be "sname" (local), "name" (distributed) or "none".
|
||||
rem set RELEASE_DISTRIBUTION=name
|
||||
rem set RELEASE_NODE=<%= @release.name %>
|
||||
Reference in New Issue
Block a user