fix: YML
parent
0a14355731
commit
d26c6b2023
20
.drone.yml
20
.drone.yml
|
@ -39,16 +39,16 @@ steps: # 定义管道的执行步骤
|
||||||
|
|
||||||
- name: build-start
|
- name: build-start
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
# settings:
|
settings:
|
||||||
# host: gong.cool
|
host: gong.cool
|
||||||
# username:
|
username:
|
||||||
# from_secret: ssh_username
|
from_secret: ssh_username
|
||||||
# password:
|
password:
|
||||||
# from_secret: ssh_password
|
from_secret: ssh_password
|
||||||
# command_timeout: 5m
|
command_timeout: 5m
|
||||||
# commands:
|
commands:
|
||||||
# - cd /usr/local
|
- cd /usr/local
|
||||||
# - ls -a
|
- ls -a
|
||||||
|
|
||||||
|
|
||||||
# - name: start_container
|
# - name: start_container
|
||||||
|
|
Loading…
Reference in New Issue