fix: YML
continuous-integration/drone/push Build is passing Details

develop
Gong 2023-08-28 17:32:20 +08:00
parent 294b496d53
commit fd1d000680
1 changed files with 9 additions and 9 deletions

View File

@ -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 分支