Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
subash544772 authored Sep 4, 2020
1 parent 356c093 commit 76a9976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
artifactName: drop
downloadPath: $(System.ArtifactsDirectory)/web

- task: AzureRmWebAppDeployment@3
displayName: 'Deploy FastCarz WEB'
inputs:
- task: AzureRmWebAppDeployment@3
displayName: 'Deploy FastCarz WEB'
inputs:
azureSubscription: ${{ variables.azureSubscription }}
WebAppName: ${{ variables.webappname }}
Package: '$(System.ArtifactsDirectory)/web/**/*.zip'
Expand Down

0 comments on commit 76a9976

Please sign in to comment.