Skip to content

Commit

Permalink
Upgrade backend infra before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Jul 30, 2024
1 parent 508aa55 commit 41b0bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41b0bea

Please sign in to comment.