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