From 41b0bea515fe0b101a184441e58d2b22a3e1f6cd Mon Sep 17 00:00:00 2001 From: Melissa Autumn Date: Tue, 30 Jul 2024 13:57:14 -0700 Subject: [PATCH] Upgrade backend infra before deploy --- .github/workflows/deploy-production.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 0425c8c80..2838e06db 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -224,6 +224,8 @@ jobs: terragrunt init -upgrade cd ../../data-store/cache terragrunt init -upgrade + cd ../../services/backend-infra + terragrunt init -upgrade - name: Deploy Backend working-directory: ./tofu/environments/prod/services/backend-service