Update file content
continuous-integration/drone Build is failing
Details
continuous-integration/drone Build is failing
Details
This commit is contained in:
parent
1019115489
commit
391aaf0cf8
|
@ -26,11 +26,11 @@ steps:
|
|||
- name: build-start
|
||||
image: appleboy/drone-ssh # SSH工具镜像
|
||||
settings:
|
||||
host: 192.168.1.103 # 远程连接地址
|
||||
host: 192.168.0.31 # 远程连接地址
|
||||
username: root # 远程连接账号
|
||||
password: dy20090625 # 远程连接密码
|
||||
password: ybxm12345@ # 远程连接密码
|
||||
# from_secret: dy20090625 # 从Secret中读取SSH密码
|
||||
port: 22 # 远程连接端口
|
||||
port: 9085 # 远程连接端口
|
||||
command_timeout: 5m # 远程执行命令超时时间
|
||||
script:
|
||||
- cd /home/app/web # 进入宿主机构建目录
|
||||
|
|
Loading…
Reference in New Issue