From 92ef62296df52e7ec4fb01663cb23b71e2654c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 2 Jan 2024 21:17:35 -0500 Subject: [PATCH] revert maybe --- .gitlab-ci.yml | 4 ++-- .gitmodules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6d19b6..13d84f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ clone: - set -x - echo "https://${DEPLOY_USERNAME}:${DEPLOY_TOKEN}@git.tablet.sh/" script: - - git config --global url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:" + - git config --global url."https://deployer:${DEPLOY_TOKEN}@".insteadOf "https://" - git submodule sync - - git config --local url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:" + - git config --local url."https://deployer:${DEPLOY_TOKEN}@".insteadOf "https://" - git submodule update --init --recursive \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 2f7e5fe..384d289 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/alex-shpak/hugo-book [submodule "content"] path = content - url = git@git.tablet.sh:the-btfash-foundation/tablet.sh + url = https://git.tablet.sh/the-btfash-foundation/tablet.sh