From e374ea0c736337b0775b26141ffed75df30f825b Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 19 Sep 2023 15:16:52 +0800 Subject: [PATCH] update drone --- .drone.yml | 116 ++++++++++++++++++++++++++--------------------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2cf2f733..ec09bb0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,68 +8,68 @@ platform: os: linux steps: -- name: build - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - cd ./build - - pwd - - ls - - chmod 755 ./build.sh - # - ./build.sh - - mkdir publish - - echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}">./publish/version.txt - - ls publish + - name: build + image: mcr.microsoft.com/dotnet/sdk:6.0 + commands: + - cd ./build + - pwd + - ls + - chmod 755 ./build.sh + # - ./build.sh + - mkdir publish + - echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}">./publish/version.txt + - ls publish -# - 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/test - # - stop.cmd - - cd .. - - rm test -Recurse - - mkdir test + - 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/test + # - stop.cmd + - cd .. + - rm test -Recurse + - mkdir test + # - 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/test + # 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 D:/BQ-JS/test -# source: ./build/publish - -- name: deploy - image: axute/drone-sftp - settings: - host: dev.ccwin-in.com - port: 16085 - username: Administrator - password: Microsoft@2022 - source: ./build/publish - target: D:/BQ-JS/test - debug: true - + - name: deploy + image: axute/drone-sftp + settings: + host: dev.ccwin-in.com + port: 16085 + username: + from_secret: username + password: + from_secret: password + source: ./build/publish + target: D:/BQ-JS/test + debug: true # - name: start # image: appleboy/drone-ssh # settings: