Merge branch 'fix-build-typo' into 'master'

bugfix : Fix makefile deploy command

See merge request startinblox/sib-app!3
This commit is contained in:
Clément 2018-11-14 16:57:12 +00:00
commit bf4986386e
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