Skip to content

Commit 64873d5

Browse files
committed
Chore: deploy.sh ROOT 수정(OVR경로 수정)
1 parent 26b21b6 commit 64873d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ TAG="${DEPLOY_TAG:-$TARGET}" # ← 기본은 채널 태그(dev|sta
3737
# 임시 override 파일로 이미지 태그만 덮어쓰기
3838
OVR=""
3939
if [[ -n "$TAG" ]]; then
40-
OVR="$ROOT/infra/docker-compose.override.deploy.yml"
40+
OVR="$ROOT/docker-compose.override.deploy.yml"
4141
cat > "$OVR" <<EOF
4242
services:
4343
${SERVICE}:

0 commit comments

Comments
 (0)