From f9c07e36b18795caf3dda82f564fc181880f884e Mon Sep 17 00:00:00 2001
From: Alen Zubic <alen.zubic@relaymonkey.com>
Date: Tue, 5 Nov 2024 09:47:20 +0000
Subject: [PATCH] fix: Add Azure staging deployment auto-update

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4868ca4a1..9c9651a68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,3 +7,12 @@ include:
   - project: 'graphpolaris/pipelines'
     ref: main
     file: 'docker-build-push.yml'
+
+patch-and-commit--staging-azure:
+  extends: patch-and-commit
+  variables:
+    IMAGE_TAG_HELM_FILE: "helm/staging-azure/graphpolaris-frontend/values.yaml"
+    IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag"
+  needs:
+    # Run sequentially to avoid race conditions
+    -  patch-and-commit
-- 
GitLab