fix: YML
parent
294b496d53
commit
fd1d000680
18
.drone.yml
18
.drone.yml
|
@ -49,15 +49,15 @@ steps: # 定义管道的执行步骤
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
|
||||||
- name: start_container
|
# - name: start_container
|
||||||
image: docker
|
# image: docker
|
||||||
commands:
|
# commands:
|
||||||
- docker-compose up -d
|
# - docker-compose up -d
|
||||||
|
#
|
||||||
- name: run_hyperf
|
# - name: run_hyperf
|
||||||
image: docker
|
# image: docker
|
||||||
commands:
|
# commands:
|
||||||
- docker-compose exec -T gong921123/hyperf:latest php bin/hyperf.php
|
# - docker-compose exec -T gong921123/hyperf:latest php bin/hyperf.php
|
||||||
|
|
||||||
trigger: # 触发条件,并关系
|
trigger: # 触发条件,并关系
|
||||||
branch: # git 分支
|
branch: # git 分支
|
||||||
|
|
Loading…
Reference in New Issue