update migrate script

This commit is contained in:
zack 2024-10-21 21:44:49 -04:00
parent c7d2f109a3
commit e2967f68b2
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -215,10 +215,8 @@
''
}
echo $DATABASE_URL
# Run migrations
${cfg.phx.package}/bin/${release_name} eval "ZoeysComputer.Release.migrate"
${cfg.phx.package}/bin/migrate
# Start the application
exec ${cfg.phx.package}/bin/${release_name} start