From 962d33576750651c40b734de6cd25d2080e8b923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Wed, 18 Dec 2024 19:26:17 +0800 Subject: [PATCH] test2 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2def7e7..dc9de72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,5 +14,5 @@ steps: commands: - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts - git clone https://git.buyusdt.xyz/bmy/xiezheng.git - - npm install - - npm run dev + - cd /drone/src/xiezheng/ + - npm install && npm run dev \ No newline at end of file