Skip to content

Commit

Permalink
Merge pull request #109 from forza-mor-rotterdam/signaal-post-change
Browse files Browse the repository at this point in the history
change: mor-core signaal post api
  • Loading branch information
mguikema authored Jan 31, 2024
2 parents fd1bcc7 + 1f80aca commit 5aadd87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: meta_app
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app-production

- name: Build and push app Docker image
uses: docker/build-push-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: meta_app
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app-test

- name: Build and push app Docker image
uses: docker/build-push-action@v3
Expand Down
2 changes: 1 addition & 1 deletion app/apps/signalen/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def signaal_aanmaken(self, signaal_data, request, db="default"):
request=request,
),
"bron_id": "B&C Service formulier",
"bron_signaal_id": signaal.uuid,
"bron_signaal_id": str(signaal.uuid),
}
)
signaal_response = MeldingenService().signaal_aanmaken(
Expand Down

0 comments on commit 5aadd87

Please sign in to comment.