Feature: 添加基于Drone的CI/CD配置
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-07-15 11:51:54 +08:00
parent b214af4c93
commit bb44d6f5e6

10
.drone.yml Normal file
View File

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