Merge branch 'fix-build-typo' into 'master'
bugfix : Fix makefile deploy command See merge request startinblox/sib-app!3
This commit is contained in:
commit
bf4986386e
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ buildprod: build
|
|||||||
export SDN="https://test-paris.happy-dev.fr"; \
|
export SDN="https://test-paris.happy-dev.fr"; \
|
||||||
$(MAKE) $(DIST_DIR)/index.html -B
|
$(MAKE) $(DIST_DIR)/index.html -B
|
||||||
|
|
||||||
deploy: pull install bluid
|
deploy: pull install build
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
git pull
|
git pull
|
||||||
|
Loading…
Reference in New Issue
Block a user