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 f65a57a commit f505770
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
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/dodamdodam-firebase-key.json
run: |
touch dodam-application/dodam-rest-api/src/main/resources/dodamdodam-firebase-key.json
echo "${{ secrets.FIREBASE_KEY }}" > dodam-application/dodam-rest-api/src/main/resources/dodamdodam-firebase-key.json
- name: Build with Gradle
run: ./gradlew :dodam-application:dodam-rest-api:build -x test --parallel
Expand Down

0 comments on commit f505770

Please sign in to comment.