Updated template to use azure/webapps-deploy@v2

This commit is contained in:
Usha N
2020-03-09 15:57:09 +05:30
committed by GitHub
parent a87d9c70b6
commit cb7f7926da
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
npm run build --if-present npm run build --if-present
npm run test --if-present npm run test --if-present
- name: 'Deploy to Azure WebApp' - name: 'Deploy to Azure WebApp'
uses: azure/webapps-deploy@v1 uses: azure/webapps-deploy@v2
with: with:
app-name: ${{ env.AZURE_WEBAPP_NAME }} app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}