bugfix : Fix makefile deploy command

This commit is contained in:
Benoit Alessandroni 2018-11-14 14:03:57 +01:00
parent d870d7506a
commit aa5b7417ce
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ buildprod: build
export SDN="https://test-paris.happy-dev.fr"; \
$(MAKE) $(DIST_DIR)/index.html -B
deploy: pull install bluid
deploy: pull install build
pull:
git pull