Skip to content

Commit

Permalink
edit: azure yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue355 committed Jan 26, 2024
1 parent 8d38184 commit 07aad38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_demoAzureApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:

steps:
- name: "Login via Azure CLI"
uses: azure/login@v1.6.1
uses: Azure/login@v1.6.1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: "Deploy to Azure Web App"
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
uses: Azure/webapps-deploy@v3.0.0
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
Expand Down

0 comments on commit 07aad38

Please sign in to comment.