From 39bc88ce6da144300b6b6c05c9556ca0a11b90d0 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 13 Dec 2025 23:14:54 +0800 Subject: [PATCH 1/5] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7=20Node=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=88=B0=2018=EF=BC=8C=E4=BF=AE=E5=A4=8D=20s?= =?UTF-8?q?ass=20=E5=85=BC=E5=AE=B9=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with Claude Code --- .drone.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b459ceb..65ac7eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ trigger: steps: - name: build - image: node:16-alpine + image: node:18-alpine environment: NODE_OPTIONS: --max-old-space-size=4096 commands: @@ -17,6 +17,16 @@ steps: - npm run build:h5 - ls -la dist/build/h5/ + - name: clean + image: appleboy/drone-ssh + settings: + host: 154.30.6.21 + username: root + key: + from_secret: ssh_key + script: + - rm -rf /var/www/martial-admin-mini/* + - name: deploy image: appleboy/drone-scp settings: From 137139b97326b1d3acf1e21fd9c1c2b9d5707a24 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 13 Dec 2025 23:20:14 +0800 Subject: [PATCH 2/5] =?UTF-8?q?chore:=20=E8=A7=A6=E5=8F=91=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From eebbb4fbce1c2d197070698c1bbbd91dee0850a7 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 13 Dec 2025 23:21:36 +0800 Subject: [PATCH 3/5] =?UTF-8?q?chore:=20=E9=87=8D=E6=96=B0=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 8abfd386fd35545c69ecc1a498c64ba6a72dec05 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 13 Dec 2025 23:23:20 +0800 Subject: [PATCH 4/5] =?UTF-8?q?chore:=20=E6=B5=8B=E8=AF=95=20trusted=20?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 76fd02661c97ea1adfd8c294134a31d0e1c5e9a4 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 13 Dec 2025 23:25:23 +0800 Subject: [PATCH 5/5] =?UTF-8?q?chore:=20=E6=B5=8B=E8=AF=95=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=90=8E=E7=9A=84=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit