fix: 更新前端API地址为测试域名 kaopeilian.test.ai.ireborn.com.cn
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
111
2026-01-24 19:43:00 +08:00
parent e49b75e483
commit fcef140d1a

View File

@@ -28,7 +28,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- cd frontend - 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 - docker tag kaopeilian-frontend:${DRONE_COMMIT_SHA:0:8} kaopeilian-frontend:test
# 部署测试环境 # 部署测试环境