fix: YML
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
12102bce15
commit
19f9e0349a
13
.drone.yml
13
.drone.yml
|
@ -40,13 +40,12 @@ steps: # 定义管道的执行步骤
|
|||
- name: build-start
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: gong.cool
|
||||
username:
|
||||
from_secret: ssh_username
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
# port: 22
|
||||
command_timeout: 5m
|
||||
# host: gong.cool
|
||||
# username:
|
||||
# from_secret: ssh_username
|
||||
# password:
|
||||
# from_secret: ssh_password
|
||||
# command_timeout: 5m
|
||||
script:
|
||||
- cd /usr/local
|
||||
- ls -a
|
||||
|
|
Loading…
Reference in New Issue