Éviter l'indexation de la version de preprod par les moteurs de referencement
All checks were successful
ci/woodpecker/push/main Pipeline was successful

Notamment histoire d'éviter le "duplicated content"
This commit is contained in:
Tixie Salander 2025-03-21 05:39:19 +01:00
parent 98e7a0d340
commit 48fae2be6a
Signed by: tixie
SSH key fingerprint: SHA256:Fmc53R1eDiUxOpm8z3laAw4wJzcZUqAnenXUMiltlsU

View file

@ -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: