diff --git a/.drone.yml b/.drone.yml index 62f893b5..d96d50ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,3 +29,15 @@ steps: source: build/publish/**/* strip_prefix: build/publish/ target: /jie-suan/bei-qi/${DRONE_BUILD_NUMBER}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8} + +- 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/**/* +