refactor: .devops/自动部署.yml

This commit is contained in:
ylly 2026-05-28 20:40:39 +08:00 committed by jianmu
parent 7b1b89ffb2
commit 2ce7d8dc71
1 changed files with 1 additions and 1 deletions

View File

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