Browse Source

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

master
学 赵 1 year ago
parent
commit
b7075a645a
  1. 54
      .drone.yml

54
.drone.yml

@ -41,34 +41,34 @@ steps:
password: Microsoft@2022
command_timeout: 10m
script:
- cd /D D:/BQ-JS/publish
- stop.cmd
- cd /D D:/BQ-JS/test
# - stop.cmd
- cd ..
- rd/s/q "./publish"
- rmdir /s /q "./test"
- dir .
- 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
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 D:/BQ-JS/publish
# source: ./build/publish
# overwrite: true
- name: start
image: appleboy/drone-ssh
settings:
host: dev.ccwin-in.com
port: 16085
username: Administrator
password: Microsoft@2022
command_timeout: 10m
script:
- d:
- cd D:\BQ-JS\publish
- start.cmd
- echo ok
# - name: start
# image: appleboy/drone-ssh
# settings:
# host: dev.ccwin-in.com
# port: 16085
# username: Administrator
# password: Microsoft@2022
# command_timeout: 10m
# script:
# - d:
# - cd D:\BQ-JS\publish
# - start.cmd
# - echo ok

Loading…
Cancel
Save