From aa5b7417ce6572c2871cfbee2437c7b2b07c5c16 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit.alessandroni@gmail.com>
Date: Wed, 14 Nov 2018 14:03:57 +0100
Subject: [PATCH] bugfix : Fix makefile deploy command

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d19cb06d..d7a8fb39 100644
--- a/Makefile
+++ b/Makefile
@@ -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
-- 
GitLab