diff --git a/.env.prod b/.env.prod index 6316ce5..a7b3612 100644 --- a/.env.prod +++ b/.env.prod @@ -5,7 +5,7 @@ PROJECT_NAME=OfferPie AI SERVER_PORT=8000 # 数据库 (MySQL) -DB_HOST=8.138.5.14 +DB_HOST=8.163.14.142 DB_PORT=30006 DB_USER=root DB_PASSWORD=^CgDatabase2020 @@ -14,7 +14,7 @@ DB_POOL_SIZE=10 DB_MAX_OVERFLOW=20 # Redis -REDIS_HOST=8.138.5.14 +REDIS_HOST=8.163.14.142 REDIS_PORT=30089 REDIS_PASSWORD="#8kPCdAsser" REDIS_DB=0 diff --git a/Jenkinsfile b/Jenkinsfile index cc02501..1a7e35e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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-ai'