Build site before deploy
This commit is contained in:
parent
7a5794b87f
commit
07eb566445
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ clean:
|
|||
@[ -d $(BUILD_DEST) ] && rm -rf $(BUILD_DEST)
|
||||
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
deploy: build
|
||||
|
||||
ifeq ($(DEPLOY_SERVER),)
|
||||
$(error DEPLOY_SERVER is not defined)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue