修改服务器配置
This commit is contained in:
Vendored
+2
-2
@@ -13,10 +13,10 @@ pipeline {
|
||||
|
||||
environment {
|
||||
// 目标服务器配置
|
||||
DEPLOY_HOST = '8.138.180.255'
|
||||
DEPLOY_HOST = '8.148.237.97'
|
||||
DEPLOY_PORT = '22'
|
||||
DEPLOY_USER = 'root'
|
||||
DEPLOY_PASS = 'sh.0807.'
|
||||
DEPLOY_PASS = 'Mzpy520@126.com'
|
||||
|
||||
// 项目配置
|
||||
IMAGE_NAME = 'offerpie-backend-client'
|
||||
|
||||
Reference in New Issue
Block a user