Skip to content

Commit 5d2afa0

Browse files
committed
Chore: deploy.sh ROOT 오타 수정
1 parent 64873d5 commit 5d2afa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ ROOT="$(pwd)"
2525

2626
# 타깃에 따라 compose/env 자동 선택
2727
if [[ "$TARGET" == "dev" ]]; then
28-
COMPOSE_FILE="$ROOT/compose.dev.yml"
28+
COMPOSE_FILE="$ROOT/docker-compose.yml"
2929
ENV_FILE="$ROOT/.env"
3030
else
31-
COMPOSE_FILE="$ROOT/compose.stg.yml"
31+
COMPOSE_FILE="$ROOT/docker-compose.stg.yml"
3232
ENV_FILE="$ROOT/.stg.env"
3333
fi
3434

0 commit comments

Comments
 (0)