From cccdc0dbbf41d91af63001152ae29e4abf9b3d2c Mon Sep 17 00:00:00 2001 From: farreldarian Date: Wed, 5 Jun 2024 16:42:37 +0700 Subject: [PATCH] chore: try specifying env --- packages/usage/turbo.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/usage/turbo.json b/packages/usage/turbo.json index 283ab98..61c10b4 100644 --- a/packages/usage/turbo.json +++ b/packages/usage/turbo.json @@ -3,11 +3,13 @@ "extends": ["//"], "tasks": { "pushreset:postgres": { - "cache": false + "cache": false, + "env": ["PG_DATABASE_URL"] }, "pushreset:mysql": { "cache": false, - "dependsOn": ["clone:mysql"] + "dependsOn": ["clone:mysql"], + "env": ["MYSQL_DATABASE_URL"] }, "pushreset:sqlite": { "cache": false,