Skip to content

Commit

Permalink
[FIX] Dev-CD fire-base.json 파일 생성 방식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 authored May 27, 2024
1 parent bdc81ed commit 322fc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dev-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
name: "fire-base.json"
json: ${{ secrets.FIRE_BASE_DEV }}
dir: 'src/main/resources/'
dir: 'DontBeServer/src/main/resources/'

- name: fire-base.json 파일 확인
run: |
Expand Down

0 comments on commit 322fc0d

Please sign in to comment.