Skip to content
Snippets Groups Projects
Commit f9c07e36 authored by Alen Zubic's avatar Alen Zubic
Browse files

fix: Add Azure staging deployment auto-update

parent dbf26815
No related branches found
No related tags found
No related merge requests found
Pipeline #141005 passed
...@@ -7,3 +7,12 @@ include: ...@@ -7,3 +7,12 @@ include:
- project: 'graphpolaris/pipelines' - project: 'graphpolaris/pipelines'
ref: main ref: main
file: 'docker-build-push.yml' 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment