fix: update Gitea remote URL to git.wildwuchs.work
Deploy Indiekit Server / deploy (push) Failing after 6s
Deploy Indiekit Server / deploy (push) Failing after 6s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
restart_log=/tmp/indiekit-restart.log
|
restart_log=/tmp/indiekit-restart.log
|
||||||
|
|
||||||
# Update code as indiekit user; point remote at internal Gitea (no auth needed — public read).
|
# 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).
|
# 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"'
|
doas bastille cmd node sh -lc 'su -l indiekit -c "cd /usr/local/indiekit && npm ci --legacy-peer-deps"'
|
||||||
|
|||||||
Reference in New Issue
Block a user