From fdbcf4386751a960ce57cab4ef1e75e5d1965853 Mon Sep 17 00:00:00 2001 From: bmy <2271608011@qq.com> Date: Fri, 29 Nov 2024 00:26:58 +0800 Subject: [PATCH] 2222 --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9779b18..60b4248 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,12 +15,13 @@ steps: - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts - git config --global http.sslVerify "false" - git clone https://git.buyusdt.xyz/bmy/xiezheng.git - - cd /drone/src/xiezheng/ + - name: test image: node commands: - - npm run dev + - cd /drone/src/xiezheng/ + - npm run dev # host_aliases: # - ip: 192.168.31.100