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") {