From 7b2aa4c8e3931730408e006ef74d63e42d9546c3 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 25 Nov 2020 18:21:56 +0100 Subject: [PATCH] fix: Remove cp robots.txt Hugo now create it --- run | 1 - 1 file changed, 1 deletion(-) diff --git a/run b/run index f56935c..b47c93a 100755 --- a/run +++ b/run @@ -45,7 +45,6 @@ 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 }