fix mem usage
This commit is contained in:
parent
775ae750ff
commit
c7d2f109a3
2 changed files with 7 additions and 4 deletions
|
|
@ -218,7 +218,7 @@
|
|||
echo $DATABASE_URL
|
||||
|
||||
# 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
|
||||
exec ${cfg.phx.package}/bin/${release_name} start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue