Skip to content

Commit f8228ce

Browse files
authored
Fix: [FCM] 알람 발송 폴더 및 설정 수정 (#76)
1 parent 7b2b826 commit f8228ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "FILE_UPLOAD_DIR=/app/uploads" >> .env
5151
5252
mkdir -p ./src/main/resources/firebase
53-
echo '${{ secrets.FCM_JSON }}' > ./src/main/resources/${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
53+
echo '${{ secrets.FCM_JSON }}' > ./src/main/resources/firebase/${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
5454
5555
chmod +x ./gradlew
5656

runtracker/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ app:
6767
key: ${AUTH_KEY}
6868

6969
firebase:
70-
service-account-key: ${FIREBASE_SERVICE_ACCOUNT_KEY:}
70+
service-account-key: classpath:firebase/${FIREBASE_SERVICE_ACCOUNT_KEY:}
7171
url: https://fcm.googleapis.com/v1/projects/${Firebase_ID}/messages:send
7272
google_api: https://www.googleapis.com/auth/cloud-platform
7373
project_id: ${Firebase_ID}

0 commit comments

Comments
 (0)