fix: git 인증정보 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
chpark
2026-03-27 01:24:41 +09:00
parent 0a322bafa3
commit b7453fb273
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# ========================================== # ==========================================
GIT_USER="chpark%40wace.me" 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_REPO="39.117.244.52:3000/chpark/admin_st.git"
GIT_URL="http://${GIT_USER}:${GIT_PASS}@${GIT_REPO}" GIT_URL="http://${GIT_USER}:${GIT_PASS}@${GIT_REPO}"
INSTALL_DIR="/home/crawl-manager" INSTALL_DIR="/home/crawl-manager"
+1 -1
View File
@@ -43,7 +43,7 @@ docker image prune -af
# Git 설정 - 인증정보 URL에 포함시켜 비밀번호 입력 생략 # Git 설정 - 인증정보 URL에 포함시켜 비밀번호 입력 생략
# @는 %40으로 인코딩 # @는 %40으로 인코딩
GIT_USER="chpark%40wace.me" 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_REPO="39.117.244.52:3000/chpark/admin_st.git"
GIT_URL="http://${GIT_USER}:${GIT_PASS}@${GIT_REPO}" GIT_URL="http://${GIT_USER}:${GIT_PASS}@${GIT_REPO}"