From 6d135606675aa7cb2c72f5c592fc8da83ac285bf Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 13 Feb 2025 09:25:08 +0100 Subject: [PATCH] Switch to https url for web assets pull to allow public access --- services/web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Makefile b/services/web/Makefile index 945f8da6b..9d805ecc3 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -33,7 +33,7 @@ ci-node-generate: pull-assets .PHONY: pull-assets pull-assets: git clean -xfd assets - git clone -b main --depth 1 git@github.com:opencloud-eu/web.git assets/core/origin + git clone -b main --depth 1 https://github.com/opencloud-eu/web.git assets/core/origin make -C assets/core/origin release tar xfv assets/core/origin/release/web.tar.gz -C assets/core/ rm -rf assets/core/origin