Skip to content

Commit

Permalink
Merge pull request #125 from dnd-side-project/hotfix/fcm-path
Browse files Browse the repository at this point in the history
🚑 hotfix: fcm 폴더 생성 path 수정
  • Loading branch information
stophwan authored Sep 18, 2024
2 parents 42ca1c7 + 95748a4 commit 5427c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: chmod +x gradlew

- name: Create firebase directory
run: mkdir ./src/main/resources/firebase/
run: mkdir .client/src/main/resources/firebase/

- name: Create Firebase Admin SDK JSON file
id: create-json
Expand Down

0 comments on commit 5427c9b

Please sign in to comment.