Skip to content

Commit

Permalink
๐ŸŒ Deploy/#69 - cicd pipeline์— firebase-key ์ƒ์„ฑ ์ถ”๊ฐ€ (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyeomjang authored Nov 20, 2024
1 parent 6b86b2e commit d73bb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
### firebase-key.json ์„ค์ •
- name: Set Firebase Key
run: |
mkdir -p ./src/main/resources/firebase
echo "${{ secrets.FIREBASE_KEY_JSON }}" | base64 --decode > ./src/main/resources/firebase/firebase-key.json
### gradlew ์‹คํ–‰ ๊ถŒํ•œ ๋ถ€์—ฌ
Expand Down

0 comments on commit d73bb28

Please sign in to comment.