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