From d36cd152f478c74fcda632b297c3995903e2702c Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 19 Jun 2025 13:48:51 +0300 Subject: [PATCH] Change to clone using https --- automation/cloudflared-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index b099bb6..99ea4ed 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -13,7 +13,7 @@ EOF # === CONFIGURATION === REPOS=( - "git@git.dvirlabs.com:dvir/sandbox.git" + "https://git.dvirlabs.com/dvir/sandbox-apps.git" ) WORKDIR=".tmp-repos"