Compare commits
No commits in common. "dev-feature/v1.1" and "v1.0" have entirely different histories.
dev-featur
...
v1.0
|
@ -26,9 +26,9 @@ steps:
|
||||||
- name: build-start
|
- name: build-start
|
||||||
image: appleboy/drone-ssh # SSH工具镜像
|
image: appleboy/drone-ssh # SSH工具镜像
|
||||||
settings:
|
settings:
|
||||||
host: 192.168.0.31 # 远程连接地址
|
host: 192.168.1.103 # 远程连接地址
|
||||||
username: root # 远程连接账号
|
username: root # 远程连接账号
|
||||||
password: ybxm12345@ # 远程连接密码
|
password: dy20090625 # 远程连接密码
|
||||||
# from_secret: dy20090625 # 从Secret中读取SSH密码
|
# from_secret: dy20090625 # 从Secret中读取SSH密码
|
||||||
port: 22 # 远程连接端口
|
port: 22 # 远程连接端口
|
||||||
command_timeout: 5m # 远程执行命令超时时间
|
command_timeout: 5m # 远程执行命令超时时间
|
||||||
|
|
|
@ -4,9 +4,9 @@ NODE_ENV=production
|
||||||
VITE_DEV=false
|
VITE_DEV=false
|
||||||
|
|
||||||
# 请求路径
|
# 请求路径
|
||||||
VITE_BASE_URL='http://192.168.0.31:48080'
|
VITE_BASE_URL='http://192.168.0.152:48080'
|
||||||
|
|
||||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
||||||
VITE_UPLOAD_TYPE=server
|
VITE_UPLOAD_TYPE=server
|
||||||
|
|
||||||
# 接口地址
|
# 接口地址
|
||||||
|
|
Loading…
Reference in New Issue