Browse Source

update drone

master
wanggang 1 year ago
parent
commit
43be59ea82
  1. 7
      .drone.yml

7
.drone.yml

@ -66,20 +66,19 @@ steps:
port: 16085 port: 16085
username: Administrator username: Administrator
password: Microsoft@2022 password: Microsoft@2022
source: ./build/publish/**/* source: ./build/publish
target : D:/BQ-JS/test target : D:/BQ-JS/test
debug: true debug: true
# - name: start # - name: start
# image: appleboy/drone-ssh # image: appleboy/drone-ssh
# 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
# command_timeout: 10m # command_timeout: 10m
# script: # script:
# - d: # - cd D:/BQ-JS/test
# - cd D:\BQ-JS\publish
# - start.cmd # - start.cmd
# - echo ok # - echo ok

Loading…
Cancel
Save