docs: record playground repository migration
This commit is contained in:
@@ -175,6 +175,20 @@
|
||||
- `git ls-remote origin main` 결과 `01d48fe... refs/heads/main` 확인.
|
||||
- `https://gitea.bokdev.in/0420301/acs` 웹 페이지 접근 200 OK 확인.
|
||||
|
||||
### Gitea 저장소 위치 수정
|
||||
- 서버담당자/매뉴얼 기준 배포용 저장소는 개인 네임스페이스가 아니라 `playground` 조직 아래여야 함을 확인.
|
||||
- 기존 개인 저장소:
|
||||
- `https://gitea.bokdev.in/0420301/acs.git`
|
||||
- 새 배포용 저장소:
|
||||
- `https://gitea.bokdev.in/playground/acs.git`
|
||||
- 사용자가 Gitea `playground` 조직 아래 `acs` 저장소 생성 완료.
|
||||
- 로컬 ACS Git remote 변경:
|
||||
- `origin`을 `https://gitea.bokdev.in/playground/acs.git`로 변경.
|
||||
- `main` 브랜치 push 완료:
|
||||
- `git push -u origin main`
|
||||
- 원격 `origin/main` 확인: `4fe4c37... refs/heads/main`
|
||||
- 포털 프로젝트의 저장소 URL도 `https://gitea.bokdev.in/playground/acs.git`로 맞춰야 함.
|
||||
|
||||
### 테스트용 화면 URL 확인
|
||||
- 프론트 라우트 정의 파일: `frontend/src/App.tsx`
|
||||
- 관리자/담당자 로그인 화면:
|
||||
|
||||
Reference in New Issue
Block a user