Skip to content

Commit

Permalink
update fastapi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored May 26, 2024
1 parent 3452e34 commit 823af6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-fastapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: azure/webapps-deploy@v2
id: deploy-to-webapp
with:
app-name: ${{ vars.AZURE_WEBAPP_NAME }}
app-name: ${{ vars.AZURE_WEBAPP_NAME }}-fastapi
slot-name: 'Production'

- name: Az CLI Logout
Expand Down

0 comments on commit 823af6e

Please sign in to comment.