From 48fae2be6a0ddab3fd03add9a787338a1ddd5c96 Mon Sep 17 00:00:00 2001 From: Tixie Date: Fri, 21 Mar 2025 05:39:19 +0100 Subject: [PATCH] =?UTF-8?q?=C3=89viter=20l'indexation=20de=20la=20version?= =?UTF-8?q?=20de=20preprod=20par=20les=20moteurs=20de=20referencement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notamment histoire d'éviter le "duplicated content" --- .woodpecker/preprod.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.woodpecker/preprod.yaml b/.woodpecker/preprod.yaml index 1b41c33..056872e 100644 --- a/.woodpecker/preprod.yaml +++ b/.woodpecker/preprod.yaml @@ -14,6 +14,11 @@ steps: - apk add zola - zola build + - name: disable SEO indexing + image: alpine:3.17.2 + commands: + - '[ -f public/robots.txt ] && echo "Disallow: /*" >> public/robots.txt' + - name: upload image: plugins/s3 settings: