@ -0,0 +1,12 @@
all: public
public: clean
hugo
clean:
rm -rf public
push: public
rsync -arvz -e 'ssh -p 2222' --progress --delete public/ bbaovanc.com:/var/www/bbaovanc/blog/
.PHONY: all clean
The note is not visible to the blocked user.