Skip to content

Commit 10494e2

Browse files
authored
[infra] ga4-service-account.json - deploy.yml 수정 (#205)
* work * work
1 parent c566b83 commit 10494e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ jobs:
9090
mkdir -p "${{ env.BACKEND_DIR }}"
9191
printf "%s" "${DOT_ENV}" > "${{ env.BACKEND_DIR }}/.env"
9292
93+
# GA4 서비스 계정 파일 생성
94+
- name: Create GA4 Service Account Key
95+
run: |
96+
mkdir -p src/main/resources
97+
echo "${{ secrets.GA4_JSON }}" > src/main/resources/ga4-service-account.json
98+
9399
- name: Docker Buildx 설치
94100
uses: docker/setup-buildx-action@v3
95101

@@ -165,12 +171,6 @@ jobs:
165171
exec > >(awk '{ fflush(); print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }' | tee -a "$LOG")
166172
exec 2> >(awk '{ fflush(); print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }' | tee -a "$LOG" >&2)
167173
168-
# ---------------------------------------------------------
169-
# 0.5) GA4 서비스 계정 파일 생성 //추가함
170-
# ---------------------------------------------------------
171-
mkdir -p resources
172-
echo "${{ secrets.GA4_JSON }}" > resources/ga4-service-account.json
173-
174174
# ---------------------------------------------------------
175175
# 1) 변수 정의
176176
# - 슬롯 이름은 고정(두 개의 컨테이너 이름)

0 commit comments

Comments
 (0)