From 4d7553e423022b064626676bc86c5074adc99c95 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 30 Oct 2023 11:24:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=91=E5=B8=83.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/生产环境发布.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devops/生产环境发布.yml b/.devops/生产环境发布.yml index 69c0adb..a647c4a 100644 --- a/.devops/生产环境发布.yml +++ b/.devops/生产环境发布.yml @@ -43,11 +43,11 @@ workflow: task: scp_resource@1.4.3 input: ssh_pass: ((help_pro_server.password)) - ssh_ip: '""' + ssh_ip: '"106.75.45.236"' ssh_port: '"22"' ssh_user: '"root"' - remote_file: ((git_clone_0.git_path))+"/build" - local_file: '""' + remote_file: '"root/gitlink_help_center/build2"' + local_file: ((git_clone_0.git_path))+"/build" file_content: '""' needs: - nodejs_build_0