Skip to content

Commit

Permalink
Setting firebase Step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhello0507 committed Jan 12, 2025
1 parent 02e30e6 commit 0fe32cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
coolsms.api-secret: ${{ secrets.COOL_SMS_API_SECRET }}
coolsms.sender-phone: ${{ secrets.COOL_SMS_SENDER_PHONE }}
spring.profiles.active: 'prd'
- name: Setting firebase
run: |
mkdir -p ./src/main/resources
touch ./src/main/resources/moyamoya-firebase.json
echo -e "${{ secrets.MOYAMOYA_FIREBASE_JSON }}" > ./src/main/resources/moyamoya-firebase.json
- name: Build with Gradle
run: |
./gradlew bootJar -x test
Expand Down

0 comments on commit 0fe32cc

Please sign in to comment.