fix db migrate
This commit is contained in:
parent
fe7c40f198
commit
775ae750ff
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@
|
||||||
echo $DATABASE_URL
|
echo $DATABASE_URL
|
||||||
|
|
||||||
# Run migrations
|
# Run migrations
|
||||||
${cfg.phx.package}/bin/${release_name} eval "ZoeysComputer.Release.migrate"
|
${cfg.phx.package}/bin/${release_name} eval "ZoeysComputer.Release.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