|
@ -46,24 +46,27 @@ steps: |
|
|
- cd .. |
|
|
- cd .. |
|
|
- rm test -Recurse |
|
|
- 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/test |
|
|
|
|
|
# source: ./build/publish |
|
|
|
|
|
|
|
|
- name: deploy |
|
|
- name: deploy |
|
|
image: appleboy/drone-scp |
|
|
image: plugins/drone-sftp |
|
|
settings: |
|
|
settings: |
|
|
host: dev.ccwin-in.com |
|
|
host: dev.ccwin-in.com |
|
|
port: 16085 |
|
|
port: 16085 |
|
|
username: Administrator |
|
|
username: Administrator |
|
|
password: Microsoft@2022 |
|
|
password: Microsoft@2022 |
|
|
command_timeout: 10m |
|
|
destination_path : D:/BQ-JS/test |
|
|
target: /D D:/BQ-JS/test |
|
|
files: ./build/publish/**/* |
|
|
source: ./build/publish |
|
|
|
|
|
|
|
|
|
|
|
# - name: deploy |
|
|
|
|
|
# image: cschlosser/drone-ftps |
|
|
|
|
|
# settings: |
|
|
|
|
|
# host: dev.ccwin-in.com:16085 |
|
|
|
|
|
# secrets: [Administrator,Microsoft@2022] |
|
|
|
|
|
# dest_dir: D:/BQ-JS/test |
|
|
|
|
|
# src_dir: ./build/publish |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# - name: start |
|
|
# - name: start |
|
|