Add Makefile
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal file
@ -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
|
Reference in New Issue
Block a user