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'