From d0ee2ab891ab2833d8458318d9eba93c9a696ee8 Mon Sep 17 00:00:00 2001 From: Marcus Ahlfors Date: Fri, 24 Nov 2023 15:07:42 +0200 Subject: [PATCH] Dynamic env variable --- diploi-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diploi-template.yaml b/diploi-template.yaml index f996145..1c0e8d8 100644 --- a/diploi-template.yaml +++ b/diploi-template.yaml @@ -47,8 +47,8 @@ parameterGroups: type: string environmentVariables: - - identifier: NEXT_PUBLIC_TEST - defaultValue: This text comes from an environment variable! + - identifier: SUBTITLE + defaultValue: This text comes from an environment variable type: string contexts: label=app