refactor: .devops/test.yml

This commit is contained in:
SheYuWu03 2024-05-29 01:38:18 +00:00 committed by jianmu
parent f4ebbade15
commit 3e37a28df1
1 changed files with 2 additions and 2 deletions

View File

@ -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"'