'test'
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
XinWei 2024-10-28 10:38:16 +08:00
parent 9174dae72a
commit 1a484a67df

View File

@ -1,11 +1,15 @@
kind: pipeline
type: docker
name: microservice-build
kind: pipeline # 定义对象类型还有secret和signature两种类型
type: docker # 定义流水线类型还有kubernetes、exec、ssh等类型
name: ludu-job-drone # 定义流水线名称
clone:
disable: true
steps:
- name: test-build
steps: # 定义流水线执行步骤,这些步骤将顺序执行
- name: job-build
image: appleboy/drone-ssh # SSH工具镜像
@ -20,7 +24,6 @@ steps:
from_secret: ssh_private_key # 从Secret中读取SSH密码
port: 22 # 远程连接端口
command_timeout: 20m # 远程执行命令超时时间
script: