From 5e85a8c66d72cd43748bb36315cfe58f4fc92d0d Mon Sep 17 00:00:00 2001 From: maximeg Date: Wed, 6 Dec 2023 14:38:00 +0000 Subject: [PATCH] Ajout de "deployment" --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..ce9b892 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,3 +2,8 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' theme = 'ananke' + +[deployment] + +[[deployment.targets]] + URL = "s3://palettetest.web.deuxfleurs.fr?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage" \ No newline at end of file