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 dcebaee commit 89d404c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89d404c

Please sign in to comment.