Skip to content

Commit

Permalink
Update deploy-function.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkelsen authored Oct 8, 2024
1 parent 01eb91f commit 30b209c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'handlenett-backend/serverless/CosmosDBChangeFeed/**'

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,4 +48,4 @@ jobs:
- name: Update Azure Function App with new image
run: |
az functionapp config container set --name handlenett-notifications-fa --resource-group handlenett-rg \
--docker-custom-image-name ${{ secrets.AZURE_ACR_REGISTRY_URL }}/handlenett-function:${{ github.sha }}
--image ${{ secrets.AZURE_ACR_REGISTRY_URL }}/handlenett-function-cosmosdb-changefeed:${{ github.sha }}

0 comments on commit 30b209c

Please sign in to comment.