From 8184c38fefdc6918289d41256b3c2cd953626e5c Mon Sep 17 00:00:00 2001 From: imi415 Date: Wed, 13 Jan 2021 00:19:34 +0800 Subject: [PATCH] CI: Modified endpoint style. --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index de11421..b6cae60 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,8 @@ steps: image: plugins/s3-cache settings: pull: true - endpoint: http://s3-ap-northeast-1.amazonaws.com - root: /imi415-artifacts + endpoint: https://imi415-artifacts.s3.ap-northeast-1.amazonaws.com + root: /drone-cache access_key: from_secret: aws-s3-ak secret_key: @@ -25,8 +25,8 @@ steps: image: plugins/s3-cache settings: pull: true - endpoint: http://s3-ap-northeast-1.amazonaws.com - root: /imi415-artifacts + endpoint: https://imi415-artifacts.s3.ap-northeast-1.amazonaws.com + root: /drone-cache access_key: from_secret: aws-s3-ak secret_key: @@ -46,8 +46,8 @@ steps: image: plugins/s3-cache settings: pull: true - endpoint: http://s3-ap-northeast-1.amazonaws.com - root: /imi415-artifacts + endpoint: https://imi415-artifacts.s3.ap-northeast-1.amazonaws.com + root: /drone-cache access_key: from_secret: aws-s3-ak secret_key: