|
|
@ -47,15 +47,26 @@ steps: |
|
|
|
- rm -rf publish |
|
|
|
- mkdir publish |
|
|
|
|
|
|
|
# - name: deploy |
|
|
|
# image: hypervtechnics/drone-sftp |
|
|
|
# settings: |
|
|
|
# host: dev.ccwin-in.com |
|
|
|
# port: 16085 |
|
|
|
# username: Administrator |
|
|
|
# password: Microsoft@2022 |
|
|
|
# source: ./build/publish |
|
|
|
# target: /d/BQ-JS/publish |
|
|
|
|
|
|
|
- name: deploy |
|
|
|
image: hypervtechnics/drone-sftp |
|
|
|
image: image: axute/drone-sftp |
|
|
|
settings: |
|
|
|
host: dev.ccwin-in.com |
|
|
|
port: 16085 |
|
|
|
username: Administrator |
|
|
|
password: Microsoft@2022 |
|
|
|
source: ./build/publish |
|
|
|
source: build/publish |
|
|
|
target: /d/BQ-JS/publish |
|
|
|
debug: true |
|
|
|
|
|
|
|
- name: start |
|
|
|
image: appleboy/drone-ssh |
|
|
|