From 1f3b258dd3528a38b016a4f9240cc21f0c913e58 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Sat, 31 Aug 2024 19:58:57 +0000 Subject: [PATCH] export --- db/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/deploy.sh b/db/deploy.sh index 5787d32..be13c5a 100755 --- a/db/deploy.sh +++ b/db/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -e DEFAULT_DB_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres -DB_URL="${DB_URL:-$DEFAULT_DB_URL}" +export DB_URL="${DB_URL:-$DEFAULT_DB_URL}" bun drizzle-kit migrate