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
+2 -2
View File
@@ -35,8 +35,8 @@ jobs:
npm run build --if-present
npm run test --if-present
- name: 'Deploy to Azure WebApp'
uses: azure/webapps-deploy@v1
uses: azure/webapps-deploy@v2
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}