REFACTOR(gitea): migrate repoURL from Gitea to GitHub
- Update repository URL from Gitea to GitHub - Change source control provider
This commit is contained in:
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/code-server/helm-values.yaml
|
- $values/code-server/helm-values.yaml
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/applications.git
|
- repoURL: https://github.com/Mayne0213/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/applications.git
|
- repoURL: https://github.com/Mayne0213/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: code-server
|
path: code-server
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/applications.git
|
- repoURL: https://github.com/Mayne0213/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: docusaurus
|
path: docusaurus
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -37,4 +37,4 @@ If you have questions or need assistance:
|
|||||||
|
|
||||||
1. Check the documentation sections
|
1. Check the documentation sections
|
||||||
2. Search for specific topics
|
2. Search for specific topics
|
||||||
3. Visit our [Gitea repository](https://gitea0213.kro.kr/bluemayne/infrastructure)
|
3. Visit our [Gitea repository](https://github.com/Mayne0213/infrastructure)
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git
|
repoURL: https://github.com/Mayne0213/infrastructure.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: example-service
|
path: example-service
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ const config = {
|
|||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://gitea0213.kro.kr/bluemayne/infrastructure/src/branch/main/docusaurus/',
|
'https://github.com/Mayne0213/infrastructure/src/branch/main/docusaurus/',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: './src/css/custom.css',
|
customCss: './src/css/custom.css',
|
||||||
@@ -78,7 +78,7 @@ const config = {
|
|||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://gitea0213.kro.kr/bluemayne/infrastructure',
|
href: 'https://github.com/Mayne0213/infrastructure',
|
||||||
label: 'Gitea',
|
label: 'Gitea',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
@@ -122,7 +122,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Repository',
|
label: 'Repository',
|
||||||
href: 'https://gitea0213.kro.kr/bluemayne/infrastructure',
|
href: 'https://github.com/Mayne0213/infrastructure',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ spec:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache git
|
apk add --no-cache git
|
||||||
echo "Cloning repository..."
|
echo "Cloning repository..."
|
||||||
git clone https://gitea0213.kro.kr/bluemayne/applications.git /tmp/repo
|
git clone https://github.com/Mayne0213/applications.git /tmp/repo
|
||||||
cd /tmp/repo/docusaurus/asset
|
cd /tmp/repo/docusaurus/asset
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
npm install --legacy-peer-deps
|
npm install --legacy-peer-deps
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/gitea/helm-values.yaml
|
- $values/gitea/helm-values.yaml
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/applications.git
|
- repoURL: https://github.com/Mayne0213/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/applications.git
|
- repoURL: https://github.com/Mayne0213/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: gitea
|
path: gitea
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/applications.git
|
- repoURL: https://github.com/Mayne0213/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: homer
|
path: homer
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ spec:
|
|||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
# Git에서 assets 복사
|
# 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 폴더 덮어쓰기
|
# assets 폴더 덮어쓰기
|
||||||
rm -rf /www/assets
|
rm -rf /www/assets
|
||||||
cp -r /tmp/repo/homer/assets /www/assets
|
cp -r /tmp/repo/homer/assets /www/assets
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/umami/helm-values.yaml
|
- $values/umami/helm-values.yaml
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/applications.git
|
- repoURL: https://github.com/Mayne0213/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/applications.git
|
- repoURL: https://github.com/Mayne0213/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: umami
|
path: umami
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user