Skip to content

Commit

Permalink
fix: force rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Aug 24, 2024
1 parent cbf5bd6 commit 2504bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/back/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{{- range $key, $value := . }}
{{ $key }}: {{ tpl $value $ | quote }}
{{- end }}
rollme: {{ randAlphaNum 5 | quote }}
{{- end }}
{{- end }}

Expand Down
1 change: 1 addition & 0 deletions deploy/front/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{{- range $key, $value := . }}
{{ $key }}: {{ tpl $value $ | quote }}
{{- end }}
rollme: {{ randAlphaNum 5 | quote }}
{{- end }}
{{- end }}

Expand Down

0 comments on commit 2504bc4

Please sign in to comment.