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
+2 -2
View File
@@ -35,7 +35,7 @@ on:
host:
description: "NAS SSH host"
required: true
default: "192.168.100.49"
default: "192.168.100.19"
port:
description: "NAS SSH port"
required: true
@@ -78,7 +78,7 @@ env:
DEFAULT_WIN_ARCHES: "x64"
DEFAULT_VERSION_PREFIX: "0.1"
DEFAULT_NAS_OUTPUT_DIR: "/vol1/1000/share/gl-test"
DEFAULT_NAS_HOST: "192.168.100.49"
DEFAULT_NAS_HOST: "192.168.100.19"
DEFAULT_NAS_PORT: "22"
DEFAULT_NAS_USER: "admin"
DEFAULT_NAS_USE_SUDO: "true"