REFACTOR(repo): migrate repoURL to K3S-HOME
- Update repository URL to K3S-HOME organization - Change from personal to organization repo
This commit is contained in:
@@ -8,7 +8,7 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/Mayne0213/applications.git
|
||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
||||
targetRevision: main
|
||||
path: homer
|
||||
destination:
|
||||
|
||||
@@ -32,7 +32,7 @@ spec:
|
||||
args:
|
||||
- |
|
||||
# Git에서 assets 복사
|
||||
git clone --depth 1 --branch main https://github.com/Mayne0213/applications.git /tmp/repo
|
||||
git clone --depth 1 --branch main https://github.com/K3S-HOME/applications.git /tmp/repo
|
||||
# assets 폴더 덮어쓰기
|
||||
rm -rf /www/assets
|
||||
cp -r /tmp/repo/homer/assets /www/assets
|
||||
|
||||
Reference in New Issue
Block a user