From f0521d0fb9de456c715cb69ea4cdd7d3dfe597fe Mon Sep 17 00:00:00 2001 From: gogo1414 Date: Fri, 29 Nov 2024 15:34:11 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=B9=8C=EB=93=9C=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=EA=B3=BC=20=EB=A1=9C=EA=B7=B8=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EB=B6=84=EB=A6=AC=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 07946af..0f8fb4a 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -2,8 +2,8 @@ cd /home/ubuntu/backend || exit -REPOSITORY=/home/ubuntu -LOG_BASE_DIR="$REPOSITORY/logs" +REPOSITORY=/home/ubuntu/backend +LOG_BASE_DIR=/home/ubuntu/logs LOG_INFO_DIR="$LOG_BASE_DIR/info" LOG_WARN_DIR="$LOG_BASE_DIR/warn" LOG_ERROR_DIR="$LOG_BASE_DIR/error"