mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
fast api does not technically depend on shared
This commit is contained in:
parent
9aa60c9e70
commit
af031d81d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -327,7 +327,7 @@ jobs:
|
||||||
# Deploy FastAPI Lambda
|
# Deploy FastAPI Lambda
|
||||||
# ============================================================
|
# ============================================================
|
||||||
fast_api_lambda:
|
fast_api_lambda:
|
||||||
needs: [determine_stage, shared_terraform, ara_engine_lambda, categorisation_lambda]
|
needs: [determine_stage, ara_engine_lambda, categorisation_lambda]
|
||||||
uses: ./.github/workflows/_deploy_lambda.yml
|
uses: ./.github/workflows/_deploy_lambda.yml
|
||||||
with:
|
with:
|
||||||
lambda_name: ara_fast_api
|
lambda_name: ara_fast_api
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue