From 39bc88ce6da144300b6b6c05c9556ca0a11b90d0 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 13 Dec 2025 23:14:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7=20Node=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=88=B0=2018=EF=BC=8C=E4=BF=AE=E5=A4=8D=20sass=20?= =?UTF-8?q?=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: