Skip to content

Commit

Permalink
Fix : 파이어베이스 설정 파일 추가
Browse files Browse the repository at this point in the history
- 배포시 파이어베이스 설정 파일을 추가
  • Loading branch information
bstaran committed Nov 24, 2023
1 parent 737b6ae commit 722d81f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo "${{ secrets.APPLICATION }}" | base64 --decode > ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_DEV }}" | base64 --decode > ./src/main/resources/application-dev.yml
echo "${{ secrets.APPLICATION_OAUTH }}" | base64 --decode > ./src/main/resources/application-oauth.yml
echo "${{ secrets.FIREBASE_SDK }}" | base64 --decode > ./src/main/resources/daitgym-firebase-adminsdk-1gi8m-72a1008819.json
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 722d81f

Please sign in to comment.