Merge pull request #1194 from Hestia-Homes/correct-path-to-magicplan-dockerfile

Correct magicplan dockerfile path in terraform
This commit is contained in:
Daniel Roth 2026-06-08 15:54:47 +01:00 committed by GitHub
commit 26ba09a1c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View file

@ -631,7 +631,7 @@ jobs:
uses: ./.github/workflows/_build_image.yml
with:
ecr_repo: magic-plan-${{ needs.determine_stage.outputs.stage }}
dockerfile_path: backend/magic_plan/handler/Dockerfile
dockerfile_path: applications/magic_plan/handler/Dockerfile
build_context: .
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}

View file

@ -119,7 +119,7 @@ jobs:
magic_plan_smoke_test:
uses: ./.github/workflows/_smoke_test_lambda.yml
with:
dockerfile_path: backend/magic_plan/handler/Dockerfile
dockerfile_path: applications/magic_plan/handler/Dockerfile
build_context: .
service_name: magic-plan

View file

@ -14,7 +14,6 @@ testpaths =
backend/documents_parser/tests
backend/ecmk_fetcher/tests
backend/export/tests
applications/magic_plan/tests
backend/onboarders/tests
backend/pashub_fetcher/tests
datatypes/epc/domain/tests