📝 배포 가이드 Git URL 수정
- GitHub URL을 실제 Gitea 저장소 URL로 변경 - https://git.hyungi.net/hyungi/Todo-Project.git 사용
This commit is contained in:
@@ -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: 파일 업로드
|
||||
|
||||
Reference in New Issue
Block a user