Skip to content

Commit

Permalink
Dev-CD에 fire-base.json 생성 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 authored May 19, 2024
1 parent 7ec57f1 commit 8ff91a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Dev-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
echo "${{ secrets.APPLICATION }}" > src/main/resources/application.yaml
working-directory: ${{ env.working-directory }}

- name: fire-base.json 생성
run: |
echo "${{ secrets.FIRE_BASE_DEV }}" > src/main/resources/fire-base.json
working-directory: ${{ env.working-directory }}

- name: 빌드
run: |
chmod +x gradlew
Expand Down

0 comments on commit 8ff91a6

Please sign in to comment.