azure-pipelines.yml: clean app service deployment destination

Hopefully this will prevent recurrences where our deployment gets busted but we don't
notice because the old files just stick around.
This commit is contained in:
Peter Williams 2020-12-09 10:12:29 -05:00
Родитель 082e8f9563
Коммит d25b046866
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -219,6 +219,8 @@ stages:
ResourceGroupName: 'wwtcoreapp-resources'
SlotName: 'stage'
packageForLinux: '$(Pipeline.Workspace)/mvc5/WWTMVC5.zip'
DeploymentType: 'webDeploy'
RemoveAdditionalFilesFlag: true
# This job deploys the new Docker image to Docker Hub under the `latest`
# tag, which will then trigger an update of the "stage" deployment slot of