Merge pull request #390 from N-Usha/patch-1

Updated template to use azure/webapps-deploy@v2
This commit is contained in:
Konrad Pabjan
2020-03-09 14:31:38 +01:00
committed by GitHub
+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 }}