Skip to content

Commit

Permalink
functions path change
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkelsen committed Oct 10, 2024
1 parent 7092177 commit 5fd0dbd
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Azure Function
on:
push:
paths:
- 'handlenett-backend/serverless/HandlenettNotifications/**'
- 'handlenett-backend/serverless/functions/**'
branches:
- main

Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
}
- name: Build the function app
run: dotnet publish handlenett-backend/serverless/HandlenettNotifications -c Release -o ./publish
run: dotnet publish handlenett-backend/serverless/functions -c Release -o ./publish

- name: List published files
run: dir ./publish
Expand Down

0 comments on commit 5fd0dbd

Please sign in to comment.