Skip to content

Commit

Permalink
Fix: #207 CI/CD 파일 수정 - json 파일 저장 전 디렉토리 만드는 부분 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJae-H committed Dec 4, 2024
1 parent 0639dab commit 4dc0356
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
# echo "${{ secrets.GOOGLE_ACCOUNT_KEY }}" > ./jsonkey/key.json
# shell: bash

- name: Create jsonkey directory
if: contains(github.ref, 'staging') || contains(github.ref, 'main-test')
run: mkdir -p ./genti-api/src/main/resources/jsonkey

- name: Create Google key.json file
if: contains(github.ref, 'staging') || contains(github.ref, 'main-test')
id: create-json
Expand Down

0 comments on commit 4dc0356

Please sign in to comment.