mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
correct path in terraform
This commit is contained in:
parent
c40a7c0af9
commit
e1515b0c00
3 changed files with 2 additions and 3 deletions
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
2
.github/workflows/lambda_smoke_tests.yml
vendored
2
.github/workflows/lambda_smoke_tests.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue