From 194d69592884508e0581d69e56d9f96f86ffb42b Mon Sep 17 00:00:00 2001 From: jisangs Date: Fri, 10 Jul 2026 18:36:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/stage-jenkins/remote_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/stage-jenkins/remote_deploy.sh b/deploy/stage-jenkins/remote_deploy.sh index d64c934..39044db 100644 --- a/deploy/stage-jenkins/remote_deploy.sh +++ b/deploy/stage-jenkins/remote_deploy.sh @@ -10,7 +10,7 @@ NAS_TMP_DIR="${NAS_BASE}/tmp" NAS_BACKUP_DIR="${NAS_BASE}/backup" STAGE_HTML_DIR="${NAS_BASE}/html" STAGE_DEPLOY_DIR="${STAGE_HTML_DIR}/mouse_typing" -STAGE_CONTAINER_NAME="chocomae-stage-http" +STAGE_CONTAINER_NAME="chocomae-stage" TIMESTAMP=$(date +%Y%m%d%H%M%S) NEW_DIR="${STAGE_DEPLOY_DIR}_new"