Skip to content

Commit

Permalink
rename webapps deploy to use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
BobanL committed Dec 5, 2023
1 parent 7cb3732 commit b959cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@85270a1854658d167ab239bce43949edb336fa7c
uses: azure/webapps-deploy@v3
with:
app-name: app-service-${{ github.event.inputs.environment }}-dibbs
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
Expand Down

0 comments on commit b959cd5

Please sign in to comment.