fix mem usage

This commit is contained in:
zack 2024-10-21 21:37:34 -04:00
parent 775ae750ff
commit c7d2f109a3
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
2 changed files with 7 additions and 4 deletions

View file

@ -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