From 3253230f8d676c881e2411b699e1461a1a079eb9 Mon Sep 17 00:00:00 2001 From: Yosheng Date: Fri, 6 Oct 2023 18:29:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E8=BF=9E=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e6bb47f..76cf5b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ steps: - docker tag 192.168.31.104:8082/tiamo/user-point-management tiamo/user-point-management:latest - echo 开始运行容器 - docker run --name user-point-management -d -p 29029:5000 - -e Connection__UserPointManagement="Server=67.230.184.225;Port=58007;UserId=postgres;Password=postgres;Database=tiamo;" + -e Connection__UserPointManagement="Server=192.168.31.225;Port=5432;UserId=postgres;Password=postgres;Database=tiamo;" tiamo/user-point-management - echo 执行完成