aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3483a4..74d1c7c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ build:
.PHONY: deploy
deploy: build
- @rsync -avz ${OUTPUT} kennyballou.com:/srv/www/blog/
+ @rsync -avz ${OUTPUT} kennyballou.com:/srv/www/.
.PHONY: serve
serve: