mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
apply and check aws
This commit is contained in:
parent
c8ca5a8378
commit
03e7c94158
2 changed files with 5 additions and 6 deletions
7
.github/workflows/_deploy_lambda.yml
vendored
7
.github/workflows/_deploy_lambda.yml
vendored
|
|
@ -62,7 +62,6 @@ jobs:
|
|||
-var="image_uri=${{ inputs.image_uri }}" \
|
||||
-out=lambdaplan
|
||||
|
||||
# Uncomment when ready
|
||||
# - name: Terraform Apply
|
||||
# working-directory: ${{ inputs.lambda_path }}
|
||||
# run: terraform apply -auto-approve lambdaplan
|
||||
- name: Terraform Apply
|
||||
working-directory: ${{ inputs.lambda_path }}
|
||||
run: terraform apply -auto-approve lambdaplan
|
||||
|
|
|
|||
4
.github/workflows/deploy_terraform.yml
vendored
4
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
run: terraform apply -auto-approve tfplan
|
||||
|
||||
# ============================================================
|
||||
# 2️⃣ Build image
|
||||
# 2️⃣ Build Address 2 UPRN image and Push
|
||||
# ============================================================
|
||||
address2uprn_image:
|
||||
needs: [determine_stage, shared_terraform]
|
||||
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
AWS_REGION: ${{ secrets.DEV_AWS_REGION }}
|
||||
|
||||
# ============================================================
|
||||
# 3️⃣ Deploy Lambda
|
||||
# 3️⃣ Deploy Address 2 UPRN Lambda
|
||||
# ============================================================
|
||||
address2uprn_lambda:
|
||||
needs: [address2uprn_image, determine_stage]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue