Skip to content

Commit

Permalink
🔼 Updating deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xxnickles committed Jan 28, 2024
1 parent 7b53e7b commit 2f3aa03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/amf-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
# Triggers the workflow on push or pull request events but only for the 'main' branch
push:
paths-ignore:
- "src/AnimeFeedManager.WebApp**"
- "src/AnimeFeedManager.Web**"
- "**/*.md"
branches:
- main
pull_request:
paths-ignore:
- "src/AnimeFeedManager.WebApp**"
- "src/AnimeFeedManager.Web**"
- "**/*.md"
types: [opened, synchronize, reopened, closed]
branches:
Expand All @@ -25,7 +25,7 @@ on:
env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: "./src/AnimeFeedManager.Functions" # set this to the path to your web app project, defaults to the repository root
TEST_PROJECT_PATH: "./src/AnimeFeedManager.Features.Tests"
DOTNET_VERSION: "7.0.x" # set this to the dotnet version to use
DOTNET_VERSION: "8.0.x" # set this to the dotnet version to use

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: AMF Azure Static App
on:
push:
paths:
- "src/AnimeFeedManager.WebApp**"
- "src/AnimeFeedManager.Web**"
- "src/AnimeFeedManager.Features.Common/**"
- "!deployment/**"
- "!**/*.md"
branches:
- main
pull_request:
paths:
- "src/AnimeFeedManager.WebApp**"
- "src/AnimeFeedManager.Web**"
- "src/AnimeFeedManager.Features.Common/**"
- "!deployment/**"
- "!**/*.md"
Expand All @@ -20,7 +20,7 @@ on:
- main
env:
TEST_PROJECT_PATH: "./src/AnimeFeedManager.WebApp.Tests"
DOTNET_VERSION: "7.0.x" # set this to the dotnet version to use
DOTNET_VERSION: "8.0.x" # set this to the dotnet version to use

jobs:
build_and_deploy_job:
Expand Down

0 comments on commit 2f3aa03

Please sign in to comment.