Migrate repo to soo-rnd org and register runner at org level
CI - Lint & Test / lint-and-test (push) Successful in 40s Details

- Transfer repo from selee → soo-rnd organization
- Re-register runner as org-level runner (shared across soo-rnd repos)
- Update ArgoCD repo URL and application source
- Update all references from selee/ to soo-rnd/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cloud User 2026-03-12 15:20:47 +09:00
parent d89c48d2cd
commit 4e1b576f67
3 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Gitea + Gitea Runner + ArgoCD + DVC 기반 MLOps 파이프라인 구성 프로
## Repository
```
https://gitea.inje-private.com/selee/mlops-architecture
https://gitea.inje-private.com/soo-rnd/mlops-architecture
```
## 환경 정보
@ -70,7 +70,7 @@ curl -sk -X POST "https://gitea.inje-private.com/api/v1/user/repos" \
# 로컬 연결
git init && git branch -m main
git remote add origin https://gitea.inje-private.com/selee/mlops-architecture.git
git remote add origin https://gitea.inje-private.com/soo-rnd/mlops-architecture.git
git add config.yaml README.md .gitignore
git commit -m "Initial commit"
git push -u origin main
@ -177,7 +177,7 @@ ssh ubuntu@runner "journalctl -u act_runner -f"
ssh ubuntu@runner "sudo systemctl restart act_runner"
# Gitea에서 Runner 등록 확인
# https://gitea.inje-private.com/selee/mlops-architecture/settings/actions/runners
# https://gitea.inje-private.com/soo-rnd/mlops-architecture/settings/actions/runners
```
---

View File

@ -6,7 +6,7 @@ metadata:
spec:
project: default
source:
repoURL: https://gitea.inje-private.com/selee/mlops-architecture.git
repoURL: https://gitea.inje-private.com/soo-rnd/mlops-architecture.git
targetRevision: main
path: manifests
destination:

View File

@ -39,6 +39,8 @@ components:
version: v0.3.0 # act_runner version
deploy_type: systemd # systemd service on VM
runner_name: soo-runner
scope: organization # 조직(soo-rnd) 레벨 runner
organization: soo-rnd
binary: /usr/local/bin/act_runner
workdir: /opt/act_runner
service_file: /etc/systemd/system/act_runner.service