diff --git a/.drone.yml b/.drone.yml index a7e6b5df..fff31764 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,23 +41,21 @@ steps: password: Microsoft@2022 command_timeout: 10m script: - - cd /D D:/BQ-JS/test + - cd D:/BQ-JS/test # - stop.cmd - cd .. - - rmdir /s /q "./test" - - dir . + - rm test -Recurse -# - name: deploy -# image: appleboy/drone-scp -# settings: -# host: dev.ccwin-in.com -# port: 16085 -# username: Administrator -# password: Microsoft@2022 -# command_timeout: 10m -# target: /D D:/BQ-JS/publish -# source: ./build/publish -# overwrite: true +- name: deploy + image: appleboy/drone-scp + settings: + host: dev.ccwin-in.com + port: 16085 + username: Administrator + password: Microsoft@2022 + command_timeout: 10m + target: D:/BQ-JS/test + source: ./build/publish # - name: start # image: appleboy/drone-ssh