From fcc1ccbd737a4e220a9f8e1201f6e2a6648c7525 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 20 Dec 2025 14:10:17 +0900 Subject: [PATCH] FIX(homer): homer init container: use apps.git ins --- homer/homer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homer/homer.yaml b/homer/homer.yaml index d9ac4a2..c0ba832 100644 --- a/homer/homer.yaml +++ b/homer/homer.yaml @@ -38,7 +38,7 @@ spec: args: - | # Git에서 assets 복사 - git clone --depth 1 --branch main https://gitea0213.kro.kr/bluemayne/infrastructure.git /tmp/repo + git clone --depth 1 --branch main https://gitea0213.kro.kr/bluemayne/applications.git /tmp/repo # assets 폴더 덮어쓰기 rm -rf /www/assets cp -r /tmp/repo/homer/assets /www/assets