|
@@ -20,7 +20,6 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|
- name: build-start
|
|
- name: build-start
|
|
image: appleboy/drone-ssh # SSH工具镜像
|
|
image: appleboy/drone-ssh # SSH工具镜像
|
|
settings:
|
|
settings:
|
|
-
|
|
|
|
host: 124.70.62.143 # 远程连接地址
|
|
host: 124.70.62.143 # 远程连接地址
|
|
username:
|
|
username:
|
|
from_secret: ssh_user # 远程连接账号
|
|
from_secret: ssh_user # 远程连接账号
|