diff --git a/scripts/helmcharts/build_deploy.sh b/scripts/helmcharts/build_deploy.sh index 1df0d685a..4a484f26b 100644 --- a/scripts/helmcharts/build_deploy.sh +++ b/scripts/helmcharts/build_deploy.sh @@ -24,6 +24,8 @@ echo $DOCKER_REPO docker login $DOCKER_REPO cd ../../backend bash build.sh $@ + cd ../../assist-stats/ + bash build.sh $@ cd ../assist bash build.sh $@ cd ../peers