Skip to content

Commit 78931be

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Create GA4 Service Account Key
9595
run: |
9696
mkdir -p src/main/resources
97-
echo "${{ secrets.GA4_JSON }}" > src/main/resources/ga4-service-account.json
97+
printf "%s" "${{ secrets.GA4_JSON }}" > src/main/resources/ga4-service-account.json
9898
9999
- name: Docker Buildx 설치
100100
uses: docker/setup-buildx-action@v3
@@ -243,7 +243,6 @@ jobs:
243243
--restart unless-stopped \
244244
--network "${NET}" \
245245
-e TZ=Asia/Seoul \
246-
-v /resources/ga4-service-account.json:/app/ga4-service-account.json \
247246
"${IMAGE}"
248247
249248
# ---------------------------------------------------------

0 commit comments

Comments
 (0)