summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fb6450c..7b4f2fe 100644
--- a/Makefile
+++ b/Makefile
@@ -25,5 +25,6 @@ clean:
- rm -r $(OUTPUT_DIR) $(TEMPORARY_DIR)
deploy: site
+ find out -type f \( -iname "*.html" -o -iname "*.css" -o -iname "*.svg" \) -exec gzip -kf {} \;
rsync -e ssh -avz --delete $(OUTPUT_DIR)/ $(REMOTE_HOST):$(REMOTE_DIR)
ssh $(REMOTE_HOST) chown -R www:www $(REMOTE_DIR)
remember that computers suck.