From a9071b68f2bd12ee11ea18115c75beab3d2f6bd4 Mon Sep 17 00:00:00 2001 From: Alexander Zavorotynskiy Date: Wed, 18 May 2022 13:30:21 +0200 Subject: [PATCH] chore(bash): added heuristics service to local_build.sh --- scripts/helmcharts/local_deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/helmcharts/local_deploy.sh b/scripts/helmcharts/local_deploy.sh index c8c82ceb4..1cfdde2f3 100644 --- a/scripts/helmcharts/local_deploy.sh +++ b/scripts/helmcharts/local_deploy.sh @@ -18,6 +18,7 @@ apps=( integrations sink storage + heuristics assist peers all @@ -80,6 +81,11 @@ restart(){ source build.sh nil storage restart storage ;; + heuristics) + cd ../../backend + source build.sh nil heuristics + restart heuristics + ;; assist) cd ../../utilities source build.sh $@