update migrate script
This commit is contained in:
parent
c7d2f109a3
commit
e2967f68b2
1 changed files with 1 additions and 3 deletions
|
|
@ -215,10 +215,8 @@
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $DATABASE_URL
|
|
||||||
|
|
||||||
# Run migrations
|
# Run migrations
|
||||||
${cfg.phx.package}/bin/${release_name} eval "ZoeysComputer.Release.migrate"
|
${cfg.phx.package}/bin/migrate
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
exec ${cfg.phx.package}/bin/${release_name} start
|
exec ${cfg.phx.package}/bin/${release_name} start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue