|
@ -29,3 +29,15 @@ steps: |
|
|
source: build/publish/**/* |
|
|
source: build/publish/**/* |
|
|
strip_prefix: build/publish/ |
|
|
strip_prefix: build/publish/ |
|
|
target: /jie-suan/bei-qi/${DRONE_BUILD_NUMBER}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8} |
|
|
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/**/* |
|
|
|
|
|
|
|
|