From fcef140d1a57fd64b45b030c370a69d3f3681b0d Mon Sep 17 00:00:00 2001 From: 111 Date: Sat, 24 Jan 2026 19:43:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AFAPI?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=B8=BA=E6=B5=8B=E8=AF=95=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=20kaopeilian.test.ai.ireborn.com.cn?= 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 54e347c..18ff1a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: path: /var/run/docker.sock commands: - cd frontend - - docker build -t kaopeilian-frontend:${DRONE_COMMIT_SHA:0:8} -f Dockerfile --build-arg VITE_API_BASE_URL=http://kaopeilian-backend-test:8000 . + - docker build -t kaopeilian-frontend:${DRONE_COMMIT_SHA:0:8} -f Dockerfile --build-arg VITE_API_BASE_URL=http://kaopeilian.test.ai.ireborn.com.cn . - docker tag kaopeilian-frontend:${DRONE_COMMIT_SHA:0:8} kaopeilian-frontend:test # 部署测试环境