Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickRe committed Jul 21, 2020
1 parent cc0c595 commit 6f41e07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ stages:
ResourceGroupName: '$(ResourceGroup)'
SlotName: '$(SlotNameStaging)'
packageForLinux: '$(Pipeline.Workspace)\**\*.zip'
enableCustomDeployment: true
DeploymentType: 'webDeploy'
- task: AzureAppServiceManage@0
displayName: 'Start Azure App Service'
inputs:
Expand Down Expand Up @@ -297,7 +299,6 @@ stages:
ResourceGroupName: '$(ResourceGroup)'
SlotName: '$(SlotNameStaging)'
packageForLinux: '$(Pipeline.Workspace)\**\*.zip'
WebConfigParameters: '-Handler iisnode -NodeStartFile server.js -appType node'
enableCustomDeployment: true
DeploymentType: 'webDeploy'
ExcludeFilesFromAppDataFlag: false
Expand Down

0 comments on commit 6f41e07

Please sign in to comment.