Skip to content

Commit

Permalink
[HOTFIX] firebase admin json file 최종수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Dec 4, 2023
1 parent 89d404c commit ba49f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cat .env
- name: Create firebase-amin json
working-directory: ./
id: create-json
uses: jsdaniell/[email protected]
with:
Expand All @@ -55,7 +56,7 @@ jobs:
run: yarn run build

- name: Zip file
run: zip -r kaera.zip ./dist ./scripts ./appspec.yml ./.env ./package.json ./prisma ./swagger.yaml ./.firebase-admin.json
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
Expand Down

0 comments on commit ba49f64

Please sign in to comment.