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