Skip to content

Commit

Permalink
Update main_ewal-games-cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ervwalter committed Aug 6, 2024
1 parent 9a66993 commit f64edea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main_ewal-games-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ on:
push:
branches:
- main
paths:
- cache-updater/**
- .github/workflows/**
workflow_dispatch:

env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
AZURE_FUNCTIONAPP_PACKAGE_PATH: 'cache-updater' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '6.0.x' # set this to the dotnet version to use

jobs:
Expand Down Expand Up @@ -40,4 +43,4 @@ jobs:
app-name: 'ewal-games-cache'
slot-name: 'Production'
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_78949DEF52A04BD6923D555B78EEB603 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_78949DEF52A04BD6923D555B78EEB603 }}

0 comments on commit f64edea

Please sign in to comment.