新增:testgitea2流水线
This commit is contained in:
parent
a1ebd11fc8
commit
d7bd567e6e
|
@ -18,12 +18,18 @@ workflow:
|
||||||
task: start
|
task: start
|
||||||
- ref: ssh_cmd_0
|
- ref: ssh_cmd_0
|
||||||
name: ssh执行命令
|
name: ssh执行命令
|
||||||
task: ssh_cmd@1.1.1
|
task: ssh_cmd@1.1.0
|
||||||
input:
|
input:
|
||||||
ssh_ip: '""'
|
ssh_private_key: ((ssh.siyao))
|
||||||
ssh_port: '"22"'
|
ssh_ip: '"123.59.135.93"'
|
||||||
ssh_user: '"root"'
|
ssh_port: '"51123"'
|
||||||
ssh_cmd: '""'
|
ssh_user: '"pdl"'
|
||||||
|
ssh_cmd: '"ssh root@10.9.69.134 -p22 \"
|
||||||
|
cd /root
|
||||||
|
&&
|
||||||
|
sh ./update.sh
|
||||||
|
&&
|
||||||
|
echo done \""'
|
||||||
needs:
|
needs:
|
||||||
- start
|
- start
|
||||||
- ref: end
|
- ref: end
|
||||||
|
|
Loading…
Reference in New Issue