forked from Gitlink/gitea_hat
更新:流水线配置文件
This commit is contained in:
parent
c22f20cc89
commit
40141b10f6
|
@ -20,10 +20,16 @@ workflow:
|
|||
name: ssh执行命令
|
||||
task: ssh_cmd@1.1.0
|
||||
input:
|
||||
ssh_ip: '""'
|
||||
ssh_port: '"22"'
|
||||
ssh_user: '"root"'
|
||||
ssh_cmd: '""'
|
||||
ssh_private_key: ((ssh.siyao))
|
||||
ssh_ip: '"123.59.135.93"'
|
||||
ssh_port: '"51123"'
|
||||
ssh_user: '"pdl"'
|
||||
ssh_cmd: '"ssh root@10.9.69.134 -p30122 \"
|
||||
cd /root
|
||||
&&
|
||||
sh ./update.sh
|
||||
&&
|
||||
echo done \""'
|
||||
needs:
|
||||
- start
|
||||
- ref: end
|
||||
|
|
Loading…
Reference in New Issue