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