This commit is contained in:
XinWei 2024-08-13 15:07:37 +08:00
parent 237af13b41
commit 48f258d4ca

View File

@ -53,19 +53,19 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
- cp ./ludu-module-datacenter/ludu-module-datacenter-biz/Dockerfile /app/build/ludu-module-datacenter
- cp ./ludu-module-datacenter/ludu-module-datacenter-biz/run.sh /app/build/ludu-module-datacenter
- name: build-other-service
- name: build-infra-and-copy # 构建基础模块和复制票务停车场到轮渡服务器
image: appleboy/drone-ssh # SSH工具镜像
settings:
host: 120.46.37.243 # 远程连接地址
host: 101.43.112.107 # 远程连接地址
username: root # 远程连接账号
password:
from_secret: ssh_password2 # 从Secret中读取SSH密码
from_secret: ssh_password # 从Secret中读取SSH密码
port: 22 # 远程连接端口