From 4b7660ed04d2c04f31a0fc05ed6c88c4a79a2c18 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 23 Jun 2025 18:42:37 +0300 Subject: [PATCH] Add more repos to scan --- cloudflared-sync.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloudflared-sync.sh b/cloudflared-sync.sh index c6afebe..9db9c08 100644 --- a/cloudflared-sync.sh +++ b/cloudflared-sync.sh @@ -14,6 +14,9 @@ mkdir -p .tmp-repos REPOS=( "sandbox|https://git.dvirlabs.com/dvirlabs/sandbox.git" "dev-tools|https://git.dvirlabs.com/dvirlabs/dev-tools.git" + "my-apps|https://git.dvirlabs.com/dvirlabs/my-apps.git" + "observability-stack|https://git.dvirlabs.com/dvirlabs/observability-stack.git" + "infra|https://git.dvirlabs.com/dvirlabs/infra.git" ) INFRA_REPO_URL="https://${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/infra.git"