Files
BlackFruit-UI/.drone.yml
arlenops dc0f354072
Some checks failed
continuous-integration/drone/push Build was killed
再测
2025-11-20 14:07:54 +08:00

21 lines
558 B
YAML

kind: pipeline
name: web模块
steps:
- name: Pull latest code from Gitea
image: alpine:latest
timeout: 3m
commands:
- apk add --no-cache git
- cd /www/wwwroot/hgdemo.hgidc.cn/public/web/BlackFruit-web
- git clone https://yiqiu:ycyawCOM996.@gitea.ycyaw.com/yiqiu/BlackFruit-UI.git . || git pull
- ls -l # 查看目录中的文件是否已经更新
- name: Restart Nginx
image: alpine:latest
timeout: 3m
commands:
- apk add --no-cache nginx
- nginx -s reload
when:
branch: main