Skip to content

Commit e60b805

Browse files
committed
fix: AI 서비스 배포 환경 설정
1 parent 914fdaa commit e60b805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
# 환경변수 설정
1818
env:
19-
ENVIRONMENT: development
20-
DEBUG: true
19+
ENVIRONMENT: production
20+
DEBUG: false
2121
LOG_LEVEL: INFO
2222
GITHUB_ACTIONS: true
2323

0 commit comments

Comments
 (0)