fix(confidence-engine): use deployment host address in quotes
This commit is contained in:
Vendored
+1
-1
@@ -22,7 +22,7 @@ pipeline {
|
||||
}
|
||||
|
||||
environment {
|
||||
TARGET_HOST = 192.168.68.73
|
||||
TARGET_HOST = '192.168.68.73'
|
||||
DEPLOY_DIR = '/opt/confidence-engine'
|
||||
HEALTH_URL = 'http://127.0.0.1:3000/api/health'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user