diff --git a/flake.nix b/flake.nix index e948c40..f046d67 100644 --- a/flake.nix +++ b/flake.nix @@ -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