chore(infra): migrate 103 production host IP to 180.159.29.143

Update scripts, docs, nginx configs, and release-gate safety checks after the Studio server public IP changed from 58.38.22.103.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-09-11 10:24:32 +08:00
parent 03089a12ce
commit b09b269199
65 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# bash scripts/sync-token-optimization-env-103.sh --apply # write + restart portal
set -euo pipefail
HOST="${MEMIND_103_HOST:-john@58.38.22.103}"
HOST="${MEMIND_103_HOST:-john@180.159.29.143}"
REMOTE_ENV="/Users/john/Project/Memind/.env"
APPLY=0
if [[ "${1:-}" == "--apply" ]]; then