Feature: 添加Drone持续部署
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-07-15 14:04:02 +08:00
parent 13cb422feb
commit deab099528
2 changed files with 16 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: build
steps:
- name: install & build
image: oven/bun
commands:
- bun install
- bun run build