From 89d404ce80cc7182afa1b072ea236e210044e3e3 Mon Sep 17 00:00:00 2001 From: leGit-y Date: Tue, 5 Dec 2023 00:47:44 +0900 Subject: [PATCH] =?UTF-8?q?[HOTFIX]=20firebase=20admin=20json=20file=20?= =?UTF-8?q?=EC=B5=9C=EC=A2=85=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- .github/workflows/cd_develop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b62ac53..f35c704 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -55,7 +55,7 @@ jobs: run: yarn run build - name: Zip file - run: zip -r kaera.zip ./dist ./scripts ./appspec.yml ./.env ./package.json ./prisma ./swagger.yaml + run: zip -r kaera.zip ./dist ./scripts ./appspec.yml ./.env ./package.json ./prisma ./swagger.yaml ./.firebase-admin.json - name: AWS configure credentials uses: aws-actions/configure-aws-credentials@v1-node16 diff --git a/.github/workflows/cd_develop.yml b/.github/workflows/cd_develop.yml index dfe1170..6459471 100644 --- a/.github/workflows/cd_develop.yml +++ b/.github/workflows/cd_develop.yml @@ -55,7 +55,7 @@ jobs: run: yarn run build - name: Zip file - run: zip -r kaera.zip ./dist ./scripts ./appspec.yml ./.env ./package.json ./prisma ./swagger.yaml + run: zip -r kaera.zip ./dist ./scripts ./appspec.yml ./.env ./package.json ./prisma ./swagger.yaml ./.firebase-admin.json - name: AWS configure credentials uses: aws-actions/configure-aws-credentials@v1-node16