diff --git a/.drone.yml b/.drone.yml index d11ae6b5..a14647e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,58 +15,59 @@ steps: - pwd - ls - chmod 755 ./build.sh - - ./build.sh - - ${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}>./publish/version.txt + # - ./build.sh + - mkdir publish + - echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}">./publish/version.txt - ls -- name: publish - image: plugins/s3 - settings: - endpoint: http://dev.ccwin-in.com:3008 - path_style: true - bucket: default - access_key: O222sbIaMKeGfeX18t8K - secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR - source: build/publish/**/* - strip_prefix: build/publish/ - target: /jie-suan/bei-qi/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8} +# - name: publish +# image: plugins/s3 +# settings: +# endpoint: http://dev.ccwin-in.com:3008 +# path_style: true +# bucket: default +# access_key: O222sbIaMKeGfeX18t8K +# secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR +# source: build/publish/**/* +# strip_prefix: build/publish/ +# target: /jie-suan/bei-qi/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8} -- name: stop - image: appleboy/drone-ssh - settings: - host: dev.ccwin-in.com - port: 16085 - username: Administrator - password: Microsoft@2022 - command_timeout: 10m - script: - - cd D:\BQ-JS\publish - - stop.cmd - - cd .. - - dir - - rmdir /s /q D:\BQ-JS\publish - - dir +# - name: stop +# image: appleboy/drone-ssh +# settings: +# host: dev.ccwin-in.com +# port: 16085 +# username: Administrator +# password: Microsoft@2022 +# command_timeout: 10m +# script: +# - cd D:\BQ-JS\publish +# - stop.cmd +# - cd .. +# - dir +# - rmdir /s /q D:\BQ-JS\publish +# - 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/publish - source: build/publish/**/* +# - 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/publish +# source: build/publish/**/* -- name: start - image: appleboy/drone-ssh - settings: - host: dev.ccwin-in.com - port: 16085 - username: Administrator - password: Microsoft@2022 - command_timeout: 10m - script: - - 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: +# - cd D:\BQ-JS\publish +# - start.cmd +# - echo ok