From 5b70657dabb205d0e20c46bd945e0e883aa76071 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 24 Sep 2025 09:14:54 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=EB=B0=B0=ED=8F=AC=20=EA=B0=80?= =?UTF-8?q?=EC=9D=B4=EB=93=9C=20Git=20URL=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - GitHub URL을 실제 Gitea 저장소 URL로 변경 - https://git.hyungi.net/hyungi/Todo-Project.git 사용 --- SYNOLOGY_DEPLOYMENT_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SYNOLOGY_DEPLOYMENT_GUIDE.md b/SYNOLOGY_DEPLOYMENT_GUIDE.md index baf9f59..13869a2 100644 --- a/SYNOLOGY_DEPLOYMENT_GUIDE.md +++ b/SYNOLOGY_DEPLOYMENT_GUIDE.md @@ -65,10 +65,10 @@ DSM > 제어판 > 보안 > 방화벽에서 다음 포트를 허용하세요: ```bash # 시놀로지에 SSH 접속 후 cd /volume3/docker/todo-project/app -git clone https://github.com/your-username/Todo-Project.git . +git clone https://git.hyungi.net/hyungi/Todo-Project.git . # 또는 특정 브랜치 -git clone -b main https://github.com/your-username/Todo-Project.git . +git clone -b main https://git.hyungi.net/hyungi/Todo-Project.git . ``` ### 방법 2: 파일 업로드