Skip to content

Commit

Permalink
Update WebApiToAzure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcordon authored Oct 30, 2023
1 parent d179d9f commit 62066de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/WebApiToAzure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: WebAPI CI/CD to Azure

env:
AZURE_WEBAPP_NAME: kpi5
AZURE_WEBAPP_PACKAGE_PATH: 'publish'
AZURE_WEBAPP_PACKAGE_PATH: './publish'
DOTNET_VERSION: 7.0
PROJECT_PATH: 'src/WebApi'

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: ${{ env.PROJECT_PATH }}

- name: Publish
run: dotnet publish -c Release -o ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/kpi5
run: dotnet publish -c Release -o ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
working-directory: ${{ env.PROJECT_PATH }}

- name: Deployment
Expand Down

0 comments on commit 62066de

Please sign in to comment.