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 }