fix: yml9

develop v0.0.8
Gong 2023-08-29 19:29:54 +08:00
parent e09db073af
commit 67b1c808b2
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ steps: # 定义管道的执行步骤
# - docker run -itd --name hyperf -p 8001:80 -v /usr/local/docker/vloumn_nginx:/etc/nginx/conf.d -v /etc/hosts:/etc/hosts --privileged=true gong921123/hyperf:latest
# - echo ====部署成功=======
trigger: # 触发条件,并关系
branch: # git 分支
- develop
# branch: # git 分支
# - develop
event: # 事件 chufa
- tag
# - push