From 3014c0851d0c95ea9b94829c19f9c34254243191 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 13 Dec 2025 21:40:28 +0000 Subject: [PATCH] migrate db --- .github/workflows/deploy-postgres.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-postgres.yml b/.github/workflows/deploy-postgres.yml index 02743ed..5be4a5b 100644 --- a/.github/workflows/deploy-postgres.yml +++ b/.github/workflows/deploy-postgres.yml @@ -66,6 +66,12 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 + # Install Atlas + - name: debug + run: | + ls -la + pwd + # Install Atlas - name: Install Atlas CLI run: |