Skip to content

Commit 4fb015e

Browse files
committed
hotfix: NEXT_PUBLIC_EVENT_LOG 환경 변수 추가
1 parent 6562cef commit 4fb015e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
echo "NEXT_PUBLIC_ABORT_MS=${{ secrets.NEXT_PUBLIC_ABORT_MS }}" >> .env
3131
echo "SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}" >> .env
3232
echo "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> .env
33+
echo "NEXT_PUBLIC_EVENT_LOG=true" >> .env
3334
cp .env .env.production
3435
3536
- name: Build Next.js application

0 commit comments

Comments
 (0)