refactor: .devops/生产环境发布.yml
This commit is contained in:
parent
35089c7ea1
commit
4d7553e423
|
@ -43,11 +43,11 @@ workflow:
|
||||||
task: scp_resource@1.4.3
|
task: scp_resource@1.4.3
|
||||||
input:
|
input:
|
||||||
ssh_pass: ((help_pro_server.password))
|
ssh_pass: ((help_pro_server.password))
|
||||||
ssh_ip: '""'
|
ssh_ip: '"106.75.45.236"'
|
||||||
ssh_port: '"22"'
|
ssh_port: '"22"'
|
||||||
ssh_user: '"root"'
|
ssh_user: '"root"'
|
||||||
remote_file: ((git_clone_0.git_path))+"/build"
|
remote_file: '"root/gitlink_help_center/build2"'
|
||||||
local_file: '""'
|
local_file: ((git_clone_0.git_path))+"/build"
|
||||||
file_content: '""'
|
file_content: '""'
|
||||||
needs:
|
needs:
|
||||||
- nodejs_build_0
|
- nodejs_build_0
|
||||||
|
|
Loading…
Reference in New Issue