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:
Родитель
082e8f9563
Коммит
d25b046866
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче