diff --git a/.drone.yml b/.drone.yml index c767c33..d5f316f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,13 +15,13 @@ steps: - mkdir -p /drone/web - pwd - cd /drone/web - - git clone https://git.shagain.club/lingling/go_echo_wol_web.git . + - git clone https://git.shagain.club/lingling/go_echo_wol_web.git - git checkout master - name: build_web image: node commands: - - cd /drone/web/ + - cd /drone/web/go_echo_wol_web - pwd - npm install yarn - yarn config set registry https://registry.npm.taobao.org --global