Skip to content

Commit 8bd00ab

Browse files
author
Steffan Levet
committed
move migrate script towards eval call rather than rpc
1 parent b550bec commit 8bd00ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/templates/deploy-migrate.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [ -f "$RUNTIME_ENV" ]; then
4242
fi
4343

4444
# Elixir 1.9
45-
$CURRENT_DIR/bin/$APP_NAME rpc "$MIGRATE_FUNCTION"
45+
$CURRENT_DIR/bin/$APP_NAME eval "$MIGRATE_FUNCTION"
4646

4747
# Distillery custom command
4848
# $CURRENT_DIR/bin/$APP_NAME migrate

0 commit comments

Comments
 (0)