From d1ba6bce1c484fdbbf6a5ba1f58226fc2869157a Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 13 Dec 2025 21:46:01 +0000 Subject: [PATCH] migrate db --- .github/workflows/deploy-postgres.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-postgres.yml b/.github/workflows/deploy-postgres.yml index 0aceac8..a006406 100644 --- a/.github/workflows/deploy-postgres.yml +++ b/.github/workflows/deploy-postgres.yml @@ -89,6 +89,7 @@ jobs: - name: Run Atlas migrations (dev) run: | atlas migrate apply \ - --config ./db/atlas/atlas.hcl \ + --config file://./db/atlas/atlas.hcl \ --env stripe_invoice_dev + \ No newline at end of file