diff --git a/Makefile b/Makefile index 9222d2f..c8f104b 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ WEBROOT ?= "/var/www/bouah.net" -all: deploy +all: update deploy -deploy: clean update drafts public +deploy: clean drafts public mv drafts public/_drafts cp -rv $(WEBROOT)/specs $(WEBROOT)/files public/ rm -rf $(WEBROOT)