chore: Git 저장소 주소를 junggomoa.com으로 변경 (http→https)

This commit is contained in:
chpark
2026-04-02 15:19:00 +00:00
parent cfcb19bf23
commit 370a520a66
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -4,14 +4,14 @@
# Crawl Manager 서버 최초 설치 스크립트
# 사용법: 서버에서 이 스크립트만 실행하면 됨
#
# curl -O http://chpark:chpark@39.117.244.52:3000/chpark/admin_st/raw/branch/main/setup-server.sh
# curl -O https://chpark:1313Qkrckd!!!!!!@git.junggomoa.com/chpark/crawlmanager/raw/branch/main/setup-server.sh
# chmod +x setup-server.sh && ./setup-server.sh
# ==========================================
GIT_USER="chpark%40wace.me"
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}"
GIT_USER="chpark"
GIT_PASS="1313Qkrckd%21%21%21%21%21%21"
GIT_REPO="git.junggomoa.com/chpark/crawlmanager.git"
GIT_URL="https://${GIT_USER}:${GIT_PASS}@${GIT_REPO}"
INSTALL_DIR="/home/crawl-manager"
echo ""
+1 -1
View File
@@ -41,7 +41,7 @@ docker image prune -f
# Git 설정 - URL에 인증정보 포함 (특수문자 인코딩 필수)
# chpark@wace.me → chpark%40wace.me / 1313Qkrckd!! → 1313Qkrckd%21%21
GIT_URL='http://chpark%40wace.me:1313Qkrckd%21%21@39.117.244.52:3000/chpark/admin_st.git'
GIT_URL='https://chpark:1313Qkrckd%21%21%21%21%21%21@git.junggomoa.com/chpark/crawlmanager.git'
echo ""
echo "[3/5] Git 최신 소스 받기..."