aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-05-27 23:54:04 -0600
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:45 -0600
commita08b14e4ee7e5b2a60efe0868c25e3cc6ab28db2 (patch)
treef82f37ffec8cb3310db36cb2b4614966d1e4a0a0
parentcf78e5ff550403929ca5e5586969f611bcbbad91 (diff)
downloadblog.kennyballou.com-a08b14e4ee7e5b2a60efe0868c25e3cc6ab28db2.tar.gz
blog.kennyballou.com-a08b14e4ee7e5b2a60efe0868c25e3cc6ab28db2.tar.xz
Add build to deploy dependency
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9e600b..a0bc7e6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@ all: build
build:
@hugo -d ${OUTPUT}
-deploy:
+deploy: build
@rsync -avz ${OUTPUT} kennyballou.com:/srv/www/blog/