REFACTOR(gitea): migrate repoURL from Gitea to GitHub

- Update repository URL from Gitea to GitHub
- Change source control provider
This commit is contained in:
2025-12-29 20:38:03 +09:00
parent 19adcadfdf
commit 9b256777bd
10 changed files with 15 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ spec:
args:
- |
# Git에서 assets 복사
git clone --depth 1 --branch main https://gitea0213.kro.kr/bluemayne/applications.git /tmp/repo
git clone --depth 1 --branch main https://github.com/Mayne0213/applications.git /tmp/repo
# assets 폴더 덮어쓰기
rm -rf /www/assets
cp -r /tmp/repo/homer/assets /www/assets