Files
drone_test/.drone.yml
huanshuo-W deab099528
Some checks failed
continuous-integration/drone Build is failing
Feature: 添加Drone持续部署
2025-07-15 14:04:02 +08:00

12 lines
151 B
YAML

kind: pipeline
type: docker
name: build
steps:
- name: install & build
image: oven/bun
commands:
- bun install
- bun run build