From 0548f54168b9c249099909ff43947baa991dae88 Mon Sep 17 00:00:00 2001 From: adtpdn Date: Fri, 3 Jul 2026 18:04:37 +0800 Subject: [PATCH] chore(ci): rewrite thunderobot without ts suffix down to port 22 as well --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 947803b..227353f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: git config --global url."ssh://git@gitea/".insteadOf "git@gitea:222:" git config --global url."ssh://git@thunderobot.tail5d6e8e.ts.net/".insteadOf "ssh://git@thunderobot.tail5d6e8e.ts.net:222/" git config --global url."ssh://git@thunderobot.tail5d6e8e.ts.net/".insteadOf "git@thunderobot.tail5d6e8e.ts.net:222:" + git config --global url."ssh://git@thunderobot/".insteadOf "ssh://git@thunderobot:222/" + git config --global url."ssh://git@thunderobot/".insteadOf "git@thunderobot:222:" chmod 600 ~/.ssh/config - name: Checkout Code