From 9c24eb6b617724df4108236edf53359a14423848 Mon Sep 17 00:00:00 2001 From: Iurii Tatishchev Date: Sun, 10 Oct 2021 21:02:46 -0700 Subject: [PATCH] Drone CI fix S3 endpoint setting typo --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 375d298..9ea98dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,8 @@ steps: image: plugins/s3 settings: source: public/**/* - enpoint: https://s3.cazzzer.com + endpoint: + from_secret: S3_ENDPOINT region: from_secret: S3_REGION bucket: drone