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

This commit is contained in:
xxq250 2023-10-30 11:11:28 +08:00 committed by jianmu
parent 2d39777ef5
commit 35089c7ea1
1 changed files with 2 additions and 1 deletions

View File

@ -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: