Skip to content

Commit ac4113f

Browse files
committed
[FIX] nginx 설정 파일 수정
1 parent 4875dc3 commit ac4113f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "✅ Health check passed. Switching traffic..."
7070
7171
# Nginx 심볼릭 링크 교체
72-
ln -sf $TARGET_CONF /opt/app/nginx/default.conf
72+
cp $TARGET_CONF /opt/app/nginx/default.conf
7373
docker exec nginx-proxy nginx -s reload
7474
7575
# 이전 컨테이너 제거

0 commit comments

Comments
 (0)