From 1d599966088c202aece42646722b37618622d879 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 24 Nov 2020 14:15:37 +0100 Subject: [PATCH] feat: Exclusion des robots pour staging fixes #2 --- run | 1 + themes/hugo-theme-lowtech | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/run b/run index 5a1d880..9c2b9f8 100755 --- a/run +++ b/run @@ -39,6 +39,7 @@ staging() { rm -rf public hugo --minify --environment staging node themes/hugo-theme-lowtech/scripts/typo + cp themes/hugo-theme-lowtech/robots.txt public #DATE=`date +\"%Y0101\"` && find public -exec touch -d $DATE {} + docker-compose --context $DOCKER_CONTEXT -f docker-compose.staging.yml up -d --build --force-recreate } diff --git a/themes/hugo-theme-lowtech b/themes/hugo-theme-lowtech index d740c03..e56e652 160000 --- a/themes/hugo-theme-lowtech +++ b/themes/hugo-theme-lowtech @@ -1 +1 @@ -Subproject commit d740c03ae509bc625f0c12313d6c9dd9fe1b8e9d +Subproject commit e56e652846f0e64d557b62a1c94fb0a967e33f20