|
|
@ -60,15 +60,15 @@ steps: |
|
|
|
# source: ./build/publish |
|
|
|
|
|
|
|
- name: deploy |
|
|
|
image: plugins/drone-sftp |
|
|
|
image: axute/drone-sftp |
|
|
|
settings: |
|
|
|
host: dev.ccwin-in.com |
|
|
|
port: 16085 |
|
|
|
username: Administrator |
|
|
|
password: Microsoft@2022 |
|
|
|
destination_path : D:/BQ-JS/test |
|
|
|
files: ./build/publish/**/* |
|
|
|
|
|
|
|
source: ./build/publish/**/* |
|
|
|
target : D:/BQ-JS/test |
|
|
|
debug: true |
|
|
|
|
|
|
|
# - name: start |
|
|
|
# image: appleboy/drone-ssh |
|
|
|