summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 485873a..195a9bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,9 @@ update-demo:
extends: .deploy-helm-chart
variables:
HELM_CHART: oci://registry.fakecake.org/infra/helm-charts/the-epube
+ HELM_VALUES: .helm/values-demo.yaml
+ HELM_RELEASE: the-epube-demo
+ HELM_ARGS: --set imageTag=${CI_COMMIT_SHORT_SHA}
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_REGISTRY_USER != null && $UPDATE_DEMO == "true"
stage: publish