fix: yml10

develop v0.0.10
Gong 2023-08-29 19:35:33 +08:00
parent 67b1c808b2
commit a4f0e8eea0
1 changed files with 3 additions and 3 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
event: # 事件 chufa
branch: # git 分支
- develop
event: # 事件
- tag
# - push