From b7cc6bf71b6364ef05f7b949481024dbe3bdc765 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 6 Feb 2023 09:49:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/dev=5Fnanda=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=8E=AF=E5=A2=83.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/dev_nanda测试环境.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.devops/dev_nanda测试环境.yml b/.devops/dev_nanda测试环境.yml index ce0940027..b9ae1f8af 100644 --- a/.devops/dev_nanda测试环境.yml +++ b/.devops/dev_nanda测试环境.yml @@ -16,10 +16,11 @@ workflow: name: ssh执行命令 task: ssh_cmd@1.1.0 input: - ssh_ip: '""' - ssh_port: '"22"' - ssh_user: '"root"' - ssh_cmd: '""' + ssh_pass: ((secret.tiaobanji)) + ssh_ip: '"123.59.135.93"' + ssh_port: '"30122"' + ssh_user: '"pdl"' + ssh_cmd: '"sh ../update.sh"' needs: - start - ref: end