diff --git a/.drone.yml b/.drone.yml index 9c8c61c..cc9f030 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,5 +15,8 @@ steps: - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts - git clone https://git.buyusdt.xyz/bmy/xiezheng.git - cd /drone/src/xiezheng/ + - node -v + - npm -v + - npm get registry - npm install - npm run dev