From a550ffeca6085c8bb86ce888cce902aaeaf79956 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sun, 13 Oct 2019 10:12:21 -0400 Subject: [PATCH] Fix path --- Power/Service/deploy/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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