forked from Gitlink/gitlink_help_center
refactor: .devops/test.yml
This commit is contained in:
parent
f4ebbade15
commit
3e37a28df1
|
@ -51,8 +51,8 @@ workflow:
|
||||||
name: ssh执行命令
|
name: ssh执行命令
|
||||||
task: ssh_cmd@1.1.1
|
task: ssh_cmd@1.1.1
|
||||||
input:
|
input:
|
||||||
ssh_pass: ((ssh_key.ssh_key))
|
ssh_pass: ((ssh_key.ssh))
|
||||||
ssh_private_key: ((ssh_key.ssh_key))
|
ssh_private_key: ((ssh_key.ssh))
|
||||||
ssh_ip: '"116.62.120.115"'
|
ssh_ip: '"116.62.120.115"'
|
||||||
ssh_port: '"22"'
|
ssh_port: '"22"'
|
||||||
ssh_user: '"root"'
|
ssh_user: '"root"'
|
||||||
|
|
Loading…
Reference in New Issue