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
command_timeout: 10m
script:
- cd /D D:/BQ-JS/test
- cd D:/BQ-JS/test
# - stop.cmd
- cd ..
- rmdir /s /q "./test"
- dir .
- rm test -Recurse
# - name: deploy
# image: appleboy/drone-scp
# settings:
# host: dev.ccwin-in.com
# port: 16085
# username: Administrator
# password: Microsoft@2022
# command_timeout: 10m
# target: /D D:/BQ-JS/publish
# source: ./build/publish
# overwrite: true
- name: deploy
image: appleboy/drone-scp
settings:
host: dev.ccwin-in.com
port: 16085
username: Administrator
password: Microsoft@2022
command_timeout: 10m
target: D:/BQ-JS/test
source: ./build/publish
# - name: start
# image: appleboy/drone-ssh

Loading…
Cancel
Save