From 4178091b8f35934df6c24b05ad7bdb86c6d5b540 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:38:03 +0300 Subject: [PATCH] Debug and fix REPO URL --- automation/cloudflared-sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 2679483..e11dcfc 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -11,8 +11,8 @@ rm -rf .tmp-repos mkdir -p .tmp-repos # === REPO CONFIG === -SANDBOX_REPO_URL="https://git.dvirlabs.com/dvir/sandbox-apps.git" -INFRA_REPO_URL="https://git.dvirlabs.com/dvir/infra.git" +SANDBOX_REPO_URL="https://git.dvirlabs.com/dvirlabs/sandbox.git" +INFRA_REPO_URL="https://git.dvirlabs.com/dvirlabs/infra.git" SANDBOX_CLONE=".tmp-repos/sandbox" INFRA_CLONE=".tmp-repos/infra" GENERATED_FILE="generated-values/cloudflared-values.yaml"