This commit is contained in:
XinWei 2024-08-13 15:52:54 +08:00
parent 7089b9ea86
commit 9860a91901

View File

@ -14,25 +14,25 @@ steps:
- cp -r dist/. /build/dist
- name: remote_transmit
image: appleboy/drone-ssh # SSH工具镜像
settings:
host: 101.43.112.107 # 远程连接地址
username: root # 远程连接账号
password:
from_secret: ssh_password # 从Secret中读取SSH密码
port: 22 # 远程连接端口
command_timeout: 5m # 远程执行命令超时时间
script:
- scp -r /feiyang/build/font root@1.94.20.201:/root/testserver
volumes: # 定义流水线挂载目录,用于共享数据
- name: build-file
host: