Skip to content

Commit bae0515

Browse files
committed
feat: cd환경에 config파일 주입
1 parent cc87ca3 commit bae0515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-gradle-
3030
31+
- name: Copy config file
32+
run: echo "${{ secrets.FIREBASE_ADMINSDK }}" | base64 --decode > ./tuk-batch/src/main/resources/firebase-adminsdk.json
33+
3134
- name: Build and Push with Jib (API)
3235
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
3336
with:

0 commit comments

Comments
 (0)