From 82af7f3187d9343c3d8d9780b6541e44b7b9784d Mon Sep 17 00:00:00 2001 From: Suhyun Park Date: Fri, 15 Mar 2024 17:50:04 +0900 Subject: [PATCH] fix(ci) --- .github/workflows/build-server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-server.yml b/.github/workflows/build-server.yml index d15f3e7..4e745f8 100644 --- a/.github/workflows/build-server.yml +++ b/.github/workflows/build-server.yml @@ -46,8 +46,8 @@ jobs: run: | touch ./src/config.ts echo "${{ secrets.SERVER_CONFIG }}" >> ./src/config.ts - touch ./prisma/.env - echo '${{ secrets.SERVER_PRISMA_ENV }}' >> ./prisma/.env + touch ./src/prisma/.env + echo '${{ secrets.SERVER_PRISMA_ENV }}' >> ./src/prisma/.env - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: