summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-02-18 18:39:54 +0300
committerAndrew Dolgov <[email protected]>2024-02-18 18:39:54 +0300
commit210d6c87b0be1a92791d93d8d4c6e7203f7a7d08 (patch)
treecec553d28729560d4d5740ce6c4e1584e80a82ec
parentb9ef122bc2e47997a32aba8959371edec543a08f (diff)
fix copypasta
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 546da6c..2bfbd7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,7 +79,7 @@ update-prod:
- cd chart
- git config user.name "Gitlab CI"
- git config user.email "[email protected]"
- - yq -ei '.imageTag = "'${CI_COMMIT_SHORT_SHA}'"' values-demo.yaml
+ - yq -ei '.imageTag = "'${CI_COMMIT_SHORT_SHA}'"' values-prod.yaml
- git diff
- git add .
- git commit -m "update image tag to ${CI_COMMIT_SHORT_SHA}"