From cbc176b894aa31195c32539932b77c4215397c42 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Tue, 10 May 2022 21:54:19 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c31ba4c..ab81f6d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,7 @@ steps: inputs: sshEndpoint: 'LucaServer' sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Debug\net5.0\publish' - targetFolder: '/var/www/api/production/$(projectName)' + targetFolder: '/var/www/apps/$(projectName)' contents: '**' failOnEmptySource: true cleanTargetFolder: true