diff --git a/Power/Service/deploy/azure-pipelines.yml b/Power/Service/deploy/azure-pipelines.yml index 728fe81..8235932 100644 --- a/Power/Service/deploy/azure-pipelines.yml +++ b/Power/Service/deploy/azure-pipelines.yml @@ -61,6 +61,6 @@ stages: namespace: 'home-monitor' command: 'apply' useConfigurationFile: true - configuration: '$(System.ArtifactsDirectory)/Manifest/Manifest/manifest.yaml' + configuration: '$(System.ArtifactsDirectory)/Manifest/manifest.yaml' secretType: 'dockerRegistry' containerRegistryType: 'Azure Container Registry' \ No newline at end of file