refactor: .devops/生产环境发布.yml

This commit is contained in:
xxq250 2023-10-30 11:34:43 +08:00 committed by jianmu
parent 660d16c2f3
commit 5e5e9132f9
1 changed files with 3 additions and 2 deletions

View File

@ -55,10 +55,11 @@ workflow:
name: 重启nginx name: 重启nginx
task: ssh_cmd@1.1.1 task: ssh_cmd@1.1.1
input: input:
ssh_ip: '""' ssh_pass: ((help_pro_server.password))
ssh_ip: '"106.75.45.236"'
ssh_port: '"22"' ssh_port: '"22"'
ssh_user: '"root"' ssh_user: '"root"'
ssh_cmd: '""' ssh_cmd: '"service nginx restart"'
needs: needs:
- scp_resource_0 - scp_resource_0