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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user