Skip to content

Commit

Permalink
Merge pull request #276 from PLADI-ALM/feat/PDS-56-detail-equipment
Browse files Browse the repository at this point in the history
[PDS-56/feat] git action firebase_service_key.json 등록
  • Loading branch information
dangnak2 authored Dec 3, 2023
2 parents 1ccab3c + 2cecbf6 commit f0e6343
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ jobs:
echo "${{ secrets.PROPERTIES_PROD }}" > ./application-prod.yml
shell: bash

## create firebase_service_key-dev.json
- name: make firebase_service_key.json
if: contains(github.ref, 'develop')
run: |
cd ./src/main/resources/firebase
touch ./firebase_service_key.json
echo "${{ secrets.FIREBASE_SERVICE_KEY}}" > ./firebase_service_key.json
shell: bash

## gradle build
- name: Build with Gradle
run: ./gradlew build -x test
Expand Down

0 comments on commit f0e6343

Please sign in to comment.