From bae01ed5695a60f885a0130605f7809ad8a0e378 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 17 Dec 2024 14:22:31 +0000 Subject: [PATCH] Fix artifact location --- WebDisplay/deploy/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebDisplay/deploy/azure-pipelines.yml b/WebDisplay/deploy/azure-pipelines.yml index c8b29e5..4923d8f 100644 --- a/WebDisplay/deploy/azure-pipelines.yml +++ b/WebDisplay/deploy/azure-pipelines.yml @@ -92,6 +92,6 @@ stages: namespace: 'home-monitor' command: 'apply' useConfigurationFile: true - configuration: '$(System.ArtifactsDirectory)/Manifest/manifest-internal.yaml' + configuration: '$(System.ArtifactsDirectory)/Manifest-Internal/manifest-internal.yaml' secretType: 'dockerRegistry' containerRegistryType: 'Container Registry'