From 0e2dd1bfc7a3c7373c2b94116a8c5f9102dcb90e Mon Sep 17 00:00:00 2001 From: robbond Date: Fri, 6 Mar 2026 18:21:13 +0000 Subject: [PATCH] fix(ci): correct rsync deploy path and define smoke check base URL --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3a95083..a308a64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { APP_HOST = "${env.APP_HOST ?: '192.168.68.89'}" APP_USER = "${env.APP_USER ?: 'deploy'}" DEPLOY_PATH = "${env.DEPLOY_PATH ?: '/opt/plesk-agency-portal'}" - APP_BASE_URL = "${env.APP_BASE_URL ?: 'https://portal.rdbcloud.co.uk}" + APP_BASE_URL = "${env.APP_BASE_URL ?: 'http://192.168.68.89:3000'}" }