Revert "feat(workflows): update registry host to 192.168.100.49 across multiple CI/CD files"
Deployment Config CI / Deployment Config (push) Successful in 14s
Frontend CI / Frontend (push) Successful in 1m57s
Backend CI / Backend (push) Successful in 41m0s

This reverts commit 855e061244.
This commit is contained in:
2026-06-02 23:25:19 +08:00
parent 855e061244
commit 316e2a34aa
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ REMOTE_DIR="${REMOTE_DIR:-/opt/geo-rankly/releases}"
WAIT_TIMEOUT="${WAIT_TIMEOUT:-10m}"
DELETE_REMOTE_TAR="${DELETE_REMOTE_TAR:-true}"
PULL_FROM_REGISTRY="${PULL_FROM_REGISTRY:-false}"
REGISTRY_HOST="${REGISTRY_HOST:-192.168.100.49:13000}"
REGISTRY_HOST="${REGISTRY_HOST:-192.168.100.19:13000}"
REGISTRY_HOST="${REGISTRY_HOST#http://}"
REGISTRY_HOST="${REGISTRY_HOST#https://}"
REGISTRY_HOST="${REGISTRY_HOST%/}"
+1 -1
View File
@@ -5,7 +5,7 @@ set -euo pipefail
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
MODE="${1:-ensure}"
REGISTRY_HOST="${REGISTRY_HOST:-192.168.100.49:13000}"
REGISTRY_HOST="${REGISTRY_HOST:-192.168.100.19:13000}"
REGISTRY_HOST="${REGISTRY_HOST#http://}"
REGISTRY_HOST="${REGISTRY_HOST#https://}"
REGISTRY_HOST="${REGISTRY_HOST%/}"