Debug and fix REPO URL

This commit is contained in:
dvirlabs 2025-06-19 22:38:03 +03:00
parent b661b1a71f
commit 4178091b8f

View File

@ -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"