From 90ff1382a815677841d2a4899492735d193973bc Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Mon, 5 Dec 2022 01:24:56 +0800 Subject: [PATCH] add drone pipeline --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index f21b2b4..c5c8e6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,3 +9,10 @@ steps: - cd web - npm install - npm run build + +-name: release + image: plugins/gitea-release + settings: + api_key: da966507c259aa32ccc2d434e930af4a580de785 + base_url: https://yongyuancv.cn/git/ + files: dist/*