From e764a713c42b9a61badce1e6c9f5a842b0a5e42db1ccf832d696f29cb852b098 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Thu, 23 Apr 2026 20:16:12 +0300 Subject: [PATCH] =?UTF-8?q?chore(deploy):=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=B8=20UI-=D0=B4=D0=B5=D0=BF=D0=BB=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=BD=D0=B0=20=D0=B1=D0=B5=D0=BB=D1=8B=D0=B9=20IP=201?= =?UTF-8?q?94.87.0.247?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy_shine-PWA.sh | 2 +- doc/instructions/ui-deploy-targets.md | 4 ++-- src/test/all_files.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy_shine-PWA.sh b/deploy_shine-PWA.sh index 2b3337f..5242d07 100755 --- a/deploy_shine-PWA.sh +++ b/deploy_shine-PWA.sh @@ -2,7 +2,7 @@ set -euo pipefail SRC_DIR="shine-UI" -REMOTE_HOST="${REMOTE_HOST:-user@10.147.20.7}" +REMOTE_HOST="${REMOTE_HOST:-user@194.87.0.247}" REMOTE_BASE_DIR="${REMOTE_BASE_DIR:-/home/user/docker/caddyFile/sites}" BUILD_VERSION="$(date -u +%Y%m%d%H%M%S)" VERSION_FILE="VERSION.properties" diff --git a/doc/instructions/ui-deploy-targets.md b/doc/instructions/ui-deploy-targets.md index da7a034..f24a627 100644 --- a/doc/instructions/ui-deploy-targets.md +++ b/doc/instructions/ui-deploy-targets.md @@ -31,8 +31,8 @@ - `bash deploy_shine-PWA.sh ui-aidar` ## Поддержка переопределения -- `REMOTE_HOST` (по умолчанию `user@10.147.20.7`) +- `REMOTE_HOST` (по умолчанию `user@194.87.0.247`) - `REMOTE_BASE_DIR` (по умолчанию `/home/user/docker/caddyFile/sites`) Пример: -`REMOTE_HOST=user@10.147.20.7 REMOTE_BASE_DIR=/home/user/docker/caddyFile/sites bash deploy_shine-PWA.sh ui_2` +`REMOTE_HOST=user@194.87.0.247 REMOTE_BASE_DIR=/home/user/docker/caddyFile/sites bash deploy_shine-PWA.sh ui_2` diff --git a/src/test/all_files.txt b/src/test/all_files.txt index 2131597..ebc0734 100644 --- a/src/test/all_files.txt +++ b/src/test/all_files.txt @@ -1742,7 +1742,7 @@ import java.util.Objects; public class IT_DeployRestartAndRunRemoteMain { // ====== НАСТРОЙКИ (можно переопределять systemProperty) ====== - private static final String REMOTE_HOST = System.getProperty("it.remoteHost", "10.147.20.7"); + private static final String REMOTE_HOST = System.getProperty("it.remoteHost", "194.87.0.247"); private static final String REMOTE_USER = System.getProperty("it.remoteUser", "user"); private static final String REMOTE_DIR = System.getProperty("it.remoteDir", "/home/user/docker/shine-server");