Skip to content

Commit

Permalink
VIH-11181 enable demo image and helm build & push (#1451)
Browse files Browse the repository at this point in the history
* enable demo image and helm build & push

* add demo var file

* disable helm push for demo env
  • Loading branch information
SamKompfner-HMCTS authored Nov 26, 2024
1 parent bedf8dc commit 49c22a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.sds.master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
pushHelmChart: true
- env: 'demo'
requireApproval: true
buildPushImage: false
buildPushImage: true
pushHelmChart: false
- env: 'test'
requireApproval: true
Expand Down
7 changes: 7 additions & 0 deletions variables/demo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
variables:
- name: env
value: "demo"
- name: imageTagName
value: "demo-#{SHORTCOMMITID}#-#{DATETIME}#"
- name: subDirectory
value: "/non-prod"

0 comments on commit 49c22a3

Please sign in to comment.