aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 74d1c7c..35b25ea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-OUTPUT=`pwd`/../www/blog/
+OUTPUT=`pwd`/build
+
all: build
.PHONY: build
@@ -7,7 +8,7 @@ build:
.PHONY: deploy
deploy: build
- @rsync -avz ${OUTPUT} kennyballou.com:/srv/www/.
+ @rsync -avz ${OUTPUT}/ kennyballou.com:/srv/www/blog/.
.PHONY: serve
serve: