diff --git a/extensions/vscode/webviews/homeView/src/components/EvenEasierDeploy.vue b/extensions/vscode/webviews/homeView/src/components/EvenEasierDeploy.vue
index c4e8a8089..22014ed52 100644
--- a/extensions/vscode/webviews/homeView/src/components/EvenEasierDeploy.vue
+++ b/extensions/vscode/webviews/homeView/src/components/EvenEasierDeploy.vue
@@ -28,6 +28,29 @@
/>
+
+
+
+ A variable was set as both a secret and environment variable. It
+ must only be set as one or the other.
+
+
+ Variables were set as both secrets and environment variables. They
+ must only be set as one or the other.
+
+ Edit the Configuration.
+ {{ home.duplicatedEnvironmentVariables.join(", ") }}
No Config Entry in Deployment record -
{{ home.selectedContentRecord?.saveName }}.
diff --git a/extensions/vscode/webviews/homeView/src/stores/home.ts b/extensions/vscode/webviews/homeView/src/stores/home.ts
index d20886886..5e50179ae 100644
--- a/extensions/vscode/webviews/homeView/src/stores/home.ts
+++ b/extensions/vscode/webviews/homeView/src/stores/home.ts
@@ -31,6 +31,33 @@ export const useHomeStore = defineStore("home", () => {
const secrets = ref(new Map