From fd83e1aec92c08926d8eec975e7be04e5adb1d2f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 8 Feb 2021 14:49:29 +0100 Subject: [PATCH] custom endpoint --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5d4ac00..5f07d8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,6 @@ pipeline: from_secret: aws_secret_access_key source: static/**/* target: / + endpoint: https://garage.deuxfleurs.fr/ + path_style: true