From 47628cb9a8a457154385b4d63bb914572664be51 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:49:47 -0500 Subject: [PATCH] whaa --- .gitlab-ci.yml | 4 ++-- .gitmodules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be3cc4c..6f87015 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ clone: - set -x - echo "https://${DEPLOY_USERNAME}:${DEPLOY_TOKEN}@git.tablet.sh/" script: - - git config --local url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/the-btfash-foundation/tablet.sh".insteadOf "https://git.tablet.sh/the-btfash-foundation/tablet.sh" - git submodule sync - - git config --local url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/the-btfash-foundation/tablet.sh".insteadOf "https://git.tablet.sh/the-btfash-foundation/tablet.sh" + - git config --local url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:" + - git submodule sync - git submodule update --init --recursive \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 384d289..2f7e5fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/alex-shpak/hugo-book [submodule "content"] path = content - url = https://git.tablet.sh/the-btfash-foundation/tablet.sh + url = git@git.tablet.sh:the-btfash-foundation/tablet.sh