We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4875dc3 commit ac4113fCopy full SHA for ac4113f
.github/workflows/cd.yml
@@ -69,7 +69,7 @@ jobs:
69
echo "✅ Health check passed. Switching traffic..."
70
71
# Nginx 심볼릭 링크 교체
72
- ln -sf $TARGET_CONF /opt/app/nginx/default.conf
+ cp $TARGET_CONF /opt/app/nginx/default.conf
73
docker exec nginx-proxy nginx -s reload
74
75
# 이전 컨테이너 제거
0 commit comments