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
- 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

Loading…
Cancel
Save