From 7a1e62a43cfd636202b76a708fc68620d746af0d Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 24 Dec 2020 11:05:03 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index f9e9a20..6c752fc 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,22 @@ steps: target: build/release strip_prefix: build/release ``` + +# Drone CI配置说明 +## secret_id +腾讯云API密钥管理处获得的SecretId + +## secret_key +腾讯云API密钥管理处获得的SecretKey + +## bucket_url +存储桶概览中的访问域名 + +## source +文件的源位置 + +## target +存储桶中文件的目标位置 + +## strip_prefix +从文件的源位置剔除前缀 \ No newline at end of file