Browse Source

test drone

master
wanggang 1 year ago
parent
commit
2736caf71c
  1. 15
      .drone.yml

15
.drone.yml

@ -47,15 +47,26 @@ steps:
- rm -rf publish - rm -rf publish
- mkdir 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 - name: deploy
image: hypervtechnics/drone-sftp image: image: axute/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
source: ./build/publish source: build/publish
target: /d/BQ-JS/publish target: /d/BQ-JS/publish
debug: true
- name: start - name: start
image: appleboy/drone-ssh image: appleboy/drone-ssh

Loading…
Cancel
Save