diff --git a/.drone.yml b/.drone.yml index 816a91fac..209908003 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 # 远程连接端口