From 2f08ad680c27edfea2c3691ed37162b52a368d63 Mon Sep 17 00:00:00 2001 From: Sven Date: Thu, 14 May 2026 19:44:24 +0200 Subject: [PATCH] fix: update Gitea remote URL to git.wildwuchs.work --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59dc9269..88f37261 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: restart_log=/tmp/indiekit-restart.log # Update code as indiekit user; point remote at internal Gitea (no auth needed — public read). - doas bastille cmd node sh -lc 'su -l indiekit -c "cd /usr/local/indiekit && git remote set-url origin http://10.100.0.90:3000/giersig.eu/indiekit-server.git && git fetch origin && git reset --hard origin/main"' + doas bastille cmd node sh -lc 'su -l indiekit -c "cd /usr/local/indiekit && git remote set-url origin https://git.wildwuchs.work/giersig.eu/indiekit-server.git && git fetch origin && git reset --hard origin/main"' # Install dependencies (postinstall runs all patches automatically). doas bastille cmd node sh -lc 'su -l indiekit -c "cd /usr/local/indiekit && npm ci --legacy-peer-deps"'