Compare commits

..

4 Commits

Author SHA1 Message Date
gitea 468032895c 更新 .env.prod
continuous-integration/drone Build is passing Details
fix:修改.env
2025-07-10 16:58:33 +08:00
gitea 1cdf9199eb 更新 .env.prod
fix: 修改前端请求地址
2025-07-10 15:54:12 +08:00
gitea b0c2a349b6 Update file content
continuous-integration/drone Build is passing Details
2025-07-09 18:44:24 +08:00
gitea 8671bdacff Update file content 2025-07-09 18:37:22 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ steps:
username: root # 远程连接账号 username: root # 远程连接账号
password: ybxm12345@ # 远程连接密码 password: ybxm12345@ # 远程连接密码
# from_secret: dy20090625 # 从Secret中读取SSH密码 # from_secret: dy20090625 # 从Secret中读取SSH密码
port: 22# 远程连接端口 port: 22 # 远程连接端口
command_timeout: 5m # 远程执行命令超时时间 command_timeout: 5m # 远程执行命令超时时间
script: script:
- cd /home/app/web # 进入宿主机构建目录 - cd /home/app/web # 进入宿主机构建目录

View File

@ -4,9 +4,9 @@ NODE_ENV=production
VITE_DEV=false VITE_DEV=false
# 请求路径 # 请求路径
VITE_BASE_URL='http://192.168.0.152:48080' VITE_BASE_URL='http://192.168.0.31:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持S3服务 # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
VITE_UPLOAD_TYPE=server VITE_UPLOAD_TYPE=server
# 接口地址 # 接口地址