Skip to content

Commit

Permalink
πŸ› fix: cd.yml μˆ˜μ • (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
seheonnn authored May 3, 2024
1 parent a8d74c8 commit 7e4911a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
run: echo "${{ secrets.APPLICATION_SECRET }}" > ./api/src/main/resources/application-secret.yml
shell: bash

## firebase-key μ„€μ •
- name: Set FCM
env:
DATA: ${{ secrets.FIREBASE_KEY }}
run: |
mkdir -p ./core/core-infra-firebase/src/main/resources/firebase
echo $DATA > ./core/core-infra-firebase/src/main/resources/firebase/firebase-key.json
# λΉŒλ“œ 및 ν…ŒμŠ€νŠΈ 단계.
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 7e4911a

Please sign in to comment.