refactor: .devops/生产环境发布.yml
This commit is contained in:
parent
2d39777ef5
commit
35089c7ea1
|
@ -42,10 +42,11 @@ workflow:
|
||||||
name: scp替换文件
|
name: scp替换文件
|
||||||
task: scp_resource@1.4.3
|
task: scp_resource@1.4.3
|
||||||
input:
|
input:
|
||||||
|
ssh_pass: ((help_pro_server.password))
|
||||||
ssh_ip: '""'
|
ssh_ip: '""'
|
||||||
ssh_port: '"22"'
|
ssh_port: '"22"'
|
||||||
ssh_user: '"root"'
|
ssh_user: '"root"'
|
||||||
remote_file: '""'
|
remote_file: ((git_clone_0.git_path))+"/build"
|
||||||
local_file: '""'
|
local_file: '""'
|
||||||
file_content: '""'
|
file_content: '""'
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue