From 4fa91f87245c93ddb98d64f116faa9899f88696b Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Tue, 10 Feb 2026 23:49:54 +0100 Subject: [PATCH] git init script --- myorg-assistant/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myorg-assistant/deployment.yaml b/myorg-assistant/deployment.yaml index 9b9c144..c75c478 100644 --- a/myorg-assistant/deployment.yaml +++ b/myorg-assistant/deployment.yaml @@ -27,9 +27,9 @@ spec: git clone ${GIT_REPO_URL} /data/myorg cd /data/myorg git config user.name "${GIT_USERNAME}" - git config user.email "${GIT_USERNAME}@users.noreply.github.com" + git config user.email "${GIT_USERNAME}@rogi.casa" git config credential.helper store - echo "https://${GIT_USERNAME}:${GIT_TOKEN}@github.com" > ~/.git-credentials + echo "https://${GIT_USERNAME}:${GIT_TOKEN}@gitea.rogi.casa" > ~/.git-credentials else echo "Repository already exists, pulling latest changes..." cd /data/myorg