From b7453fb273b29d526b95429bcf72a49f2250e358 Mon Sep 17 00:00:00 2001 From: chpark Date: Fri, 27 Mar 2026 01:24:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20git=20=EC=9D=B8=EC=A6=9D=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- setup-server.sh | 2 +- start-server.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-server.sh b/setup-server.sh index 29a9e63..bc90c89 100644 --- a/setup-server.sh +++ b/setup-server.sh @@ -9,7 +9,7 @@ # ========================================== GIT_USER="chpark%40wace.me" -GIT_PASS="chpark" +GIT_PASS="1313Qkrckd%21%21" GIT_REPO="39.117.244.52:3000/chpark/admin_st.git" GIT_URL="http://${GIT_USER}:${GIT_PASS}@${GIT_REPO}" INSTALL_DIR="/home/crawl-manager" diff --git a/start-server.sh b/start-server.sh index c40c7f3..8389f01 100644 --- a/start-server.sh +++ b/start-server.sh @@ -43,7 +43,7 @@ docker image prune -af # Git 설정 - 인증정보 URL에 포함시켜 비밀번호 입력 생략 # @는 %40으로 인코딩 GIT_USER="chpark%40wace.me" -GIT_PASS="chpark" +GIT_PASS="1313Qkrckd%21%21" GIT_REPO="39.117.244.52:3000/chpark/admin_st.git" GIT_URL="http://${GIT_USER}:${GIT_PASS}@${GIT_REPO}"