From 84f2c4ea8c1536ac1234b9430e5d23d1c50f70fd Mon Sep 17 00:00:00 2001
From: "aleksandr.vodianov@demlabs.net" <aleksandr.vodianov@demlabs.net>
Date: Thu, 16 Dec 2021 17:03:54 +0300
Subject: [PATCH] upd gitlab-ci and prod_build

---
 .gitlab-ci.yml | 9 +++++++++
 prod_build     | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a2025407..306f38a56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ stages:
     - build
     - test
     - deploy
+    - update
 
 variables:
     GIT_SUBMODULE_STRATEGY: normal
@@ -91,3 +92,11 @@ cellframe-node_hirsuite:
     tags:
      - cellframe-node
     script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node hirsuite
+
+cellframe-dashboard_update:
+    stage: update
+    only:
+     - master
+    tags:
+     - cellframe-node
+    script: ~/production-docker/integration/gitlab-CI/update_dashboard.sh
\ No newline at end of file
diff --git a/prod_build b/prod_build
index 3ff9ccc1f..4cc2bd709 160000
--- a/prod_build
+++ b/prod_build
@@ -1 +1 @@
-Subproject commit 3ff9ccc1f796447100ab4a797902ae27c88a920d
+Subproject commit 4cc2bd709c55b4a2ae8b08352c3f46866b8906b6
-- 
GitLab