diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 287a958..9171f96 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,16 +43,6 @@ jobs: # application.yml 파일 확인 cat ./application.yml - - # winey-firebase.json 파일 생성 - touch ./winey-firebase.json - - # GitHub-Actions 에서 설정한 값을 winey-firebase.json 파일에 쓰기 - echo "${{ secrets.WINEY_FIREBASE }}" >> ./winey-firebase.json - - # winey-firebase.json 파일 확인 - cat ./winey-firebase.json - shell: bash # 이 워크플로우는 gradle build