From 416eeb4baaf28f85adb248412a9a13966b5f8ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=B6=A3=E4=BF=9D=E7=BD=97?= Date: Thu, 14 Dec 2023 00:14:30 +0800 Subject: [PATCH] =?UTF-8?q?CI:=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 50d9825..9a18c9f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,3 +17,12 @@ steps: commands: - 'ssh paul.ren -p 7963 -l root "mkdir /data/wwwroot/dronetest"' - 'scp -r -P 7963 dist/* root@paul.ren:/data/wwwroot/dronetest' + + +trigger: + branch: + include: + - main + event: + include: + - push