Skip to content

Commit

Permalink
Merge pull request #216 from classicvalues/renovate/azure-webapps-dep…
Browse files Browse the repository at this point in the history
…loy-3.x

chore(deps): update azure/webapps-deploy action to v3
  • Loading branch information
classicvalues authored Oct 18, 2023
2 parents 6374bca + bd29fbd commit 5c8b7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
npm run build --if-present
npm run test --if-present
- name: 'Deploy to Azure WebApp'
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devops-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
echo "::add-mask::`az acr credential show -n ${{ env.REGISTRYNAME }} --query passwords[0].value | xargs`"
- name: 'Deploy to Azure Web App for Container'
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: ${{ env.APPNAME }}
images: ${{ env.REGISTRYNAME }}.azurecr.io/${{ env.IMAGENAME }}:${{ github.sha }}
Expand Down

0 comments on commit 5c8b7d0

Please sign in to comment.