aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c5a4b94..62b6e76 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ clean:
rm -rf build/*
rm -f site.tar.gz
deploy:
- tar --exclude='*.tsv' -C build -cvz . > site.tar.gz
- hut pages publish -d justine.smithies.me.uk site.tar.gz
-
+ # tar --exclude='*.tsv' -C build -cvz . > site.tar.gz
+ # hut pages publish -d justine.smithies.me.uk site.tar.gz
+ rsync -rvaz -e ssh ~/Git/blarg/build/* --exclude='*.tsv' justine@nginx:/home/justine/www
.PHONY: build clean deploy