This commit is contained in:
gxl 2026-06-02 17:57:16 +08:00
parent 6f5bb86707
commit 44c0039962
1 changed files with 4 additions and 2 deletions

View File

@ -40,8 +40,10 @@ steps:
from_secret: 136_ssh_host from_secret: 136_ssh_host
username: username:
from_secret: 136_ssh_user from_secret: 136_ssh_user
key: # key:
from_secret: 136_ssh_key # from_secret: 136_ssh_key
password:
from_secret: 136_ssh_password
port: 22 port: 22
command_timeout: 10m command_timeout: 10m
# 👇 核心黑魔法:利用 SSH 远程执行本地的脚本文件 # 👇 核心黑魔法:利用 SSH 远程执行本地的脚本文件