mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
filename
This commit is contained in:
parent
d96ad1c6b0
commit
75146e6739
1 changed files with 5 additions and 5 deletions
10
.github/workflows/deploy_terraform.yml
vendored
10
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
# ============================================================
|
||||
# 2️⃣ Build Docker image (tag = GitHub SHA, digest resolved)
|
||||
# ============================================================
|
||||
image:
|
||||
address2uprn_image:
|
||||
needs: determine_stage
|
||||
uses: ./.github/workflows/_build_image.yml
|
||||
with:
|
||||
|
|
@ -86,12 +86,12 @@ jobs:
|
|||
# # ============================================================
|
||||
# # 3️⃣ Deploy Lambda (Terraform, immutable digest)
|
||||
# # ============================================================
|
||||
deploy_lambda:
|
||||
needs: [image, determine_stage]
|
||||
deploy_address2uprn_lambda:
|
||||
needs: [address2uprn_image, determine_stage]
|
||||
uses: ./.github/workflows/_deploy_lambda.yml
|
||||
with:
|
||||
lambda_name: address2uprn
|
||||
lambda_path: infrastructure/terraform/lambda/address2uprn
|
||||
lambda_name: address2UPRN
|
||||
lambda_path: infrastructure/terraform/lambda/address2UPRN
|
||||
stage: ${{ needs.determine_stage.outputs.stage }}
|
||||
image_digest: ${{ needs.image.outputs.image_digest }}
|
||||
secrets:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue