refactor: replace vps.* hostnames with server.t* across all scripts

Migrated all SSH host references from vps.git to server.t0 to use
the new unified HangmanLab server naming convention.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
zhi
2026-04-18 02:25:41 +00:00
parent 795a710376
commit 840707b604
6 changed files with 10 additions and 10 deletions

View File

@@ -72,8 +72,8 @@ do_docker() {
lock-mgr acquire "$LOCKFILE" "$KEY"
# Push via SSH tunnel to bypass Cloudflare's 100MB request body limit.
# Tunnel forwards 127.0.0.1:$TUNNEL_PORT on this host to Gitea's HTTP port on vps.git.
TUNNEL_HOST="root@vps.git"
# Tunnel forwards 127.0.0.1:$TUNNEL_PORT on this host to Gitea's HTTP port on server.t0.
TUNNEL_HOST="root@server.t0"
TUNNEL_PORT="5000"
TUNNEL_LOCAL="127.0.0.1:${TUNNEL_PORT}"
TUNNEL_CTL="$HOME/.openclaw/.docker-tunnel.sock"