diff --git a/Makefile b/Makefile index 9d04a74..8e27c6a 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ all: public -public: clean +public: hugo clean: rm -rf public -push: public +push: clean public rsync -arvz -e 'ssh -p 2222' --progress --delete public/ bbaovanc.com:/var/www/bbaovanc/blog/ -.PHONY: all clean +.PHONY: all clean push