fix db migrate

This commit is contained in:
zack 2024-10-21 21:26:37 -04:00
parent fe7c40f198
commit 775ae750ff
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

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