Browse Source

update drone

master
wanggang 1 year ago
parent
commit
47516c72d5
  1. 26
      .drone.yml

26
.drone.yml

@ -41,6 +41,7 @@ steps:
password: Microsoft@2022
command_timeout: 10m
script:
- scp help
- cd D:/BQ-JS/test
# - stop.cmd
- cd ..
@ -58,18 +59,19 @@ steps:
# target: /D D:/BQ-JS/test
# source: ./build/publish
- name: deploy
image: axute/drone-sftp
settings:
host: dev.ccwin-in.com
port: 16085
username:
from_secret: username
password:
from_secret: password
source: ./build/publish
target: D:/BQ-JS/test
debug: true
# - name: deploy
# image: axute/drone-sftp
# settings:
# host: dev.ccwin-in.com
# port: 16085
# username:
# from_secret: username
# password:
# from_secret: password
# source: ./build/publish
# target: D:/BQ-JS/test
# debug: true
# - name: start
# image: appleboy/drone-ssh
# settings:

Loading…
Cancel
Save