Build site before deploy

This commit is contained in:
Yorick Barbanneau 2023-03-30 11:26:51 +02:00
parent 7a5794b87f
commit 07eb566445

View file

@ -21,7 +21,7 @@ clean:
@[ -d $(BUILD_DEST) ] && rm -rf $(BUILD_DEST) @[ -d $(BUILD_DEST) ] && rm -rf $(BUILD_DEST)
.PHONY: deploy .PHONY: deploy
deploy: deploy: build
ifeq ($(DEPLOY_SERVER),) ifeq ($(DEPLOY_SERVER),)
$(error DEPLOY_SERVER is not defined) $(error DEPLOY_SERVER is not defined)