Skip to content

Commit 8cfe183

Browse files
Merge pull request #22 from NarrativeApp/fix/add_env_to_migrate_template
fix: add env to migrate deploy template
2 parents 9f2cd1b + be530e9 commit 8cfe183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

priv/templates/deploy-migrate.eex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
set -e
88

99
# Config vars
10+
export MIX_ENV="<%= mix_env %>"
1011
DEPLOY_DIR="<%= deploy_dir %>"
1112
RUNTIME_DIR="<%= runtime_dir %>"
1213
APP_NAME="<%= app_name %>"

0 commit comments

Comments
 (0)