Skip to content

Commit

Permalink
Update functions-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkelsen authored Oct 8, 2024
1 parent d3948a9 commit 4721492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/functions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
"subscriptionId": "${{ secrets.AZURE_SUBSCRIPTION_ID }}",
"tenantId": "${{ secrets.AZURE_TENANT_ID }}"
}
- name: Change to Function App directory
run: cd handlenett-backend/serverless/HttpTriggerTest

- name: Build the function app
run: dotnet publish -c Release -o ./publish

Expand Down

0 comments on commit 4721492

Please sign in to comment.