fix(ci): correct rsync deploy path and define smoke check base URL #43

Merged
robbond merged 1 commits from fix/cl9-jenkins-rsync-and-smoke-check-paths into master 2026-03-06 18:22:39 +00:00

2
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline {
APP_HOST = "${env.APP_HOST ?: '192.168.68.89'}" APP_HOST = "${env.APP_HOST ?: '192.168.68.89'}"
APP_USER = "${env.APP_USER ?: 'deploy'}" APP_USER = "${env.APP_USER ?: 'deploy'}"
DEPLOY_PATH = "${env.DEPLOY_PATH ?: '/opt/plesk-agency-portal'}" 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'}"
} }