From 9413d90938aa956b129c7c2cf6017fe443501b45 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 8 Sep 2023 19:12:31 -0400 Subject: [PATCH] Fix endpoint --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6a5384e..5de8c7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,6 @@ steps: AWS_DEFAULT_REGION: gluttony AWS_S3_ENDPOINT: https://gluttony.s3.clortox.com/ commands: - - aws s3 rm s3://clortox.com --recursive + - aws s3 rm s3://clortox.com --recursive --endpoint-url $AWS_S3_ENDPOINT - aws s3 cp public s3://clortox.com/ --recursive --endpoint-url $AWS_S3_ENDPOINT