Fix makefile commands
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
.PHONY: all deploy build
|
.PHONY: all build clean deploy
|
||||||
|
|
||||||
all: deploy
|
all: build
|
||||||
|
|
||||||
deploy: build
|
|
||||||
rzync -avz --delete public/ ubuntu@raspberry-local:/usr/local/www/homepage/
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
hugo build
|
hugo build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf public
|
||||||
|
|
||||||
|
deploy: build
|
||||||
|
rsync -avz --delete public/ ubuntu@raspberry-local:/usr/local/www/homepage/
|
||||||
|
|||||||
Reference in New Issue
Block a user