From 09cbe65e5b442a3d4e91569582190f56bafe8e51 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Mon, 18 Sep 2023 19:25:01 +0800 Subject: [PATCH] update drone --- .drone.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2892bc43..7c5771aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,14 +16,15 @@ steps: - ls - chmod 755 ./build.sh - ./build.sh + - 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/**/* -# target: /jie-suan/bei-qi/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/**/* + target: /jie-suan/bei-qi/publish