From 470b48297ac07c213b9fc793334e516d95719c98 Mon Sep 17 00:00:00 2001 From: Rizky Date: Sat, 29 Jun 2024 04:44:16 +0700 Subject: [PATCH] fix --- pkgs/api/_deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/api/_deploy.ts b/pkgs/api/_deploy.ts index d561762..0caa466 100644 --- a/pkgs/api/_deploy.ts +++ b/pkgs/api/_deploy.ts @@ -88,7 +88,7 @@ export const _ = { break; case "db-pull": { - const env = await readAsync(dir(".env")); + const env = await readAsync(dir("app/db/.env")); if (env) { const ENV = parseEnv(env); if (typeof ENV.DATABASE_URL === "string") {