From bb44d6f5e6935620d1c6f7cc776e9ded4b80638a Mon Sep 17 00:00:00 2001 From: huanshuo-W <15258427350@163.com> Date: Tue, 15 Jul 2025 11:51:54 +0800 Subject: [PATCH] =?UTF-8?q?Feature:=20=E6=B7=BB=E5=8A=A0=E5=9F=BA=E4=BA=8E?= =?UTF-8?q?Drone=E7=9A=84CI/CD=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4fdcd3b --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file