From acf00be6bbda276f81660a5ac02ecd88ec7778c6 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 13 Dec 2025 21:43:37 +0000 Subject: [PATCH] migrate db --- .github/workflows/deploy-postgres.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-postgres.yml b/.github/workflows/deploy-postgres.yml index 5be4a5b..0aceac8 100644 --- a/.github/workflows/deploy-postgres.yml +++ b/.github/workflows/deploy-postgres.yml @@ -86,10 +86,9 @@ jobs: echo "POSTGRES_USER=$POSTGRES_USER" >> $GITHUB_ENV echo "POSTGRES_PASSWORD=$POSTGRES_PASSWORD" >> $GITHUB_ENV - # Run Atlas migrations (DEV only) - name: Run Atlas migrations (dev) run: | atlas migrate apply \ - --config db/atlas/atlas.hcl \ + --config ./db/atlas/atlas.hcl \ --env stripe_invoice_dev \ No newline at end of file