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