From 8f63903f59ace0077b8295b1c6b3c2217aaac560 Mon Sep 17 00:00:00 2001 From: Seonheui Jeon <88873302+funnysunny08@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:08:41 +0900 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 10 ---------- 1 file changed, 10 deletions(-) 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