From 2ce7d8dc71e358d46557f24174dad4b9226d54cc Mon Sep 17 00:00:00 2001 From: ylly Date: Thu, 28 May 2026 20:40:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/=E8=87=AA=E5=8A=A8=E9=83=A8?= =?UTF-8?q?=E7=BD=B2.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/自动部署.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devops/自动部署.yml b/.devops/自动部署.yml index c361740..cd25441 100644 --- a/.devops/自动部署.yml +++ b/.devops/自动部署.yml @@ -28,10 +28,10 @@ name: ssh执行命令 task: ssh_cmd@1.1.1 input: - ssh_pass: '"pdl@#YwC$WRWFyHKxC8nyu!4"' ssh_ip: '"8.136.61.14"' ssh_port: '"22"' ssh_user: '"root"' + ssh_private_key: ((gitlink_cli.ecs_ssh_key)) ssh_cmd: '"cd /opt/gitlink-cli && git pull && go build -o /usr/local/bin/gitlink-cli . && gitlink-cli version"' needs: - git_clone_0