Skip to content

Commit 26b21b6

Browse files
committed
Chore: deploy.sh ROOT 수정(/docsa/infra)
1 parent c1f29c9 commit 26b21b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ 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-
ROOT="$(cd "$(dirname "$0")" && pwd)"
23+
cd "$(dirname "$0")"
24+
ROOT="$(pwd)"
2425

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

0 commit comments

Comments
 (0)