diff --git a/.drone.yml b/.drone.yml index 54f4ce3..50e63a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,5 +12,4 @@ steps: commands: - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts - git clone https://git.buyusdt.xyz/bmy/xiezheng.git - - cd /drone/src/xiezheng/ - - npm install && npm run dev \ No newline at end of file + - cd /drone/src/xiezheng/ && npm install && npm run dev \ No newline at end of file