Skip to content

Commit

Permalink
Merge pull request #26 from eduardo-paes/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Eduardo Paes authored Oct 24, 2023
2 parents 302b6e3 + 0303900 commit c12f693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Deploy WebAPI to Azure

env:
AZURE_WEBAPP_NAME: ${{ env.AZURE_WEBAPP_NAME }}
AZURE_WEBAPP_NAME: ${{ secrets.AZURE_WEBAPP_NAME }}
AZURE_WEBAPP_PACKAGE_PATH: "."
DOTNET_VERSION: "7.0"
PROJECT_PATH: "src/Infrastructure/WebAPI/WebAPI.csproj"
WEBAPI_PATH: "src/Infrastructure/WebAPI/"
ASPNETCORE_ENVIRONMENT: ${{ env.ASPNETCORE_ENVIRONMENT }}
ASPNETCORE_ENVIRONMENT: ${{ secrets.ASPNETCORE_ENVIRONMENT }}

on:
push:
Expand Down

0 comments on commit c12f693

Please sign in to comment.