From e2967f68b253b76f26a2aacb80c7068f90bcc6ab Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 21 Oct 2024 21:44:49 -0400 Subject: [PATCH] update migrate script --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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