Skip to content

Commit

Permalink
Update BuildDeploy-Frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFTJim authored Jul 22, 2024
1 parent 1e97833 commit 029f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDeploy-Frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
- name: Deploy App to Azure WebService
uses: Azure/webapps-deploy@v2
uses: Azure/webapps-deploy@v3.0.1
with:
#app-name: 'Cocktail-Frontend'
publish-profile: ${{ secrets.COCKTAIL_FRONTEND_MCAPS_F25_PUBLISH_PROFILE }}
Expand Down

0 comments on commit 029f070

Please sign in to comment.