Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2022-05-10 21:54:19 +00:00
parent efe898b9bf
commit cbc176b894

View File

@@ -49,7 +49,7 @@ steps:
inputs: inputs:
sshEndpoint: 'LucaServer' sshEndpoint: 'LucaServer'
sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Debug\net5.0\publish' sourceFolder: '$(System.DefaultWorkingDirectory)\$(projectName)\bin\Debug\net5.0\publish'
targetFolder: '/var/www/api/production/$(projectName)' targetFolder: '/var/www/apps/$(projectName)'
contents: '**' contents: '**'
failOnEmptySource: true failOnEmptySource: true
cleanTargetFolder: true cleanTargetFolder: true