Skip to content

Commit

Permalink
[FIX] ci, cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Mar 26, 2024
1 parent 0d02085 commit 15bb714
Showing 1 changed file with 1 addition and 1 deletion.
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 ./.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 15bb714

Please sign in to comment.