Skip to content

Commit

Permalink
fix: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev authored Sep 23, 2024
1 parent 0e9a9a2 commit 6831ca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
cloud.aws.region.static: ${{ secrets.S3_REGION }}
cloud.aws.storage.endpoint: ${{ secrets.S3_ENDPOINT }}
cloud.aws.storage.bucket: ${{ secrets.S3_BUCKET }}

- name: Set Firebase key file
run: echo "${{ secrets.FIREBASE_KEY }}" > dodam-application/dodam-rest-api/src/main/resources/firebase_key.json

- name: Build with Gradle
run: ./gradlew :dodam-application:dodam-rest-api:build -x test --parallel
Expand Down

0 comments on commit 6831ca8

Please sign in to comment.