From 11bdd5931b6c602b236301b3fcb1a9636b71e383 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 10 Aug 2023 10:41:44 -0400 Subject: [PATCH] Minify when deploying --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index f2ace72..985ea9a 100644 --- a/.build.yml +++ b/.build.yml @@ -10,14 +10,14 @@ secrets: tasks: - build: | cd redstrate.com - hugo + hugo --minify - deploy: | cd redstrate.com echo "StrictHostKeyChecking=no" >> ~/.ssh/config rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/redstrate.com - build-retro: | cd redstrate.com - hugo --theme retro + hugo --minify --theme retro - deploy-retro: | cd redstrate.com echo "StrictHostKeyChecking=no" >> ~/.ssh/config