From caaf44cfd904d68cedc146801f517f07f107e515 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 29 May 2024 14:06:50 +0200 Subject: [PATCH] perf: lightens website git clone --- website/_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/_install.sh b/website/_install.sh index f291550..d2c61b2 100644 --- a/website/_install.sh +++ b/website/_install.sh @@ -14,4 +14,4 @@ useradd --system \ # Clone website repo mkdir -p /srv/www -git clone https://git.cohabit.fr/cohabit/website.git /srv/www +git clone -b main --depth 1 https://git.cohabit.fr/cohabit/website.git /srv/www