From c76bdc83d38c649f0ae64a37c94095bac6974a4a Mon Sep 17 00:00:00 2001 From: fzorb Date: Thu, 6 Mar 2025 11:00:06 +0000 Subject: [PATCH] I forgor to change the git repo URL :skull: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index accfb11..b00c9ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ deploy-job: - apt-get install -y rsync openssh-client hugo git sshpass script: - - git clone https://git.fzorb.xyz/fzorb/website + - git clone https://code.be4.pw/fzorb/website - cd website - git submodule foreach --recursive git reset --hard && git submodule init && git submodule update --recursive - hugo