File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 # - 슬롯 이름은 고정(두 개의 컨테이너 이름)
You can’t perform that action at this time.
0 commit comments