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_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"