From 953bfa812a32eec4ce1b45c493f896b75907ba7e Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 19 Sep 2023 10:40:40 +0800 Subject: [PATCH] test drone --- .drone.yml | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/.drone.yml b/.drone.yml index d021cc18..5b2f0cb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,17 +20,17 @@ steps: - 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 @@ -41,14 +41,16 @@ steps: password: Microsoft@2022 command_timeout: 10m script: - - d: - - cd D:\BQ-JS\publish - - dir - - stop.cmd - - cd .. - - dir - - rmdir /s /q D:\BQ-JS\publish - - dir + - pwd + - ls + # - d: + # - cd D:\BQ-JS\publish + # - dir + # - stop.cmd + # - cd .. + # - dir + # - rmdir /s /q D:\BQ-JS\publish + # - dir - name: deploy image: appleboy/drone-scp