Skip to content

Commit 6737ea7

Browse files
committed
Chore: deploy.sh ROOT 수정
1 parent 6cec26f commit 6737ea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ IMAGE_BASE="${IMAGE_BASE:-ghcr.io/prgrms-web-devcourse-final-project/docsa-backe
2020
SERVICE="${SERVICE:-app}"
2121
HEALTH_TIMEOUT="${HEALTH_TIMEOUT:-120}"
2222

23-
cd "$(dirname "$0")"
24-
ROOT="$(cd .. && pwd)"
23+
ROOT="$(cd "$(dirname "$0")" && pwd)"
2524

2625
# 타깃에 따라 compose/env 자동 선택
2726
if [[ "$TARGET" == "dev" ]]; then

0 commit comments

Comments
 (0)