Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip committed Jan 23, 2024
1 parent 4c7b8d9 commit b66ecae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: .NET

on:
push:
branches: [ "master", "working" ]
branches: [ "master"]
pull_request:
branches: [ "master", "working" ]
branches: [ "master"]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ working ]

env:
AZURE_WEBAPP_NAME: Birder
AZURE_WEBAPP_NAME: birder-server
AZURE_WEBAPP_PACKAGE_PATH: '.' # Set this to the path to your web app project, defaults to the repository root:
DOTNET_VERSION: 8.0.x #'6.0.401' # The .NET SDK version to use

Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
- uses: azure/webapps-deploy@v2
name: Deploy
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
app-name: birder-server
publish-profile: ${{ secrets.AZURE_PUBLISH_PROFILE }}
package: '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/birder-server'

0 comments on commit b66ecae

Please sign in to comment.