Browse Source

Merge branch 'master' of http://dev.ccwin-in.com:3000/BoXu.Zheng/BeiJinSettleAccount

master
马昊 1 year ago
parent
commit
fe469855ff
  1. 26
      .drone.yml

26
.drone.yml

@ -41,23 +41,21 @@ steps:
password: Microsoft@2022 password: Microsoft@2022
command_timeout: 10m command_timeout: 10m
script: script:
- cd /D D:/BQ-JS/test - cd D:/BQ-JS/test
# - stop.cmd # - stop.cmd
- cd .. - cd ..
- rmdir /s /q "./test" - rm test -Recurse
- dir .
# - name: deploy - name: deploy
# image: appleboy/drone-scp image: appleboy/drone-scp
# 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
# target: /D D:/BQ-JS/publish target: D:/BQ-JS/test
# source: ./build/publish source: ./build/publish
# overwrite: true
# - name: start # - name: start
# image: appleboy/drone-ssh # image: appleboy/drone-ssh

Loading…
Cancel
Save