Skip to content

Commit

Permalink
Fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Jul 30, 2024
1 parent e499f1b commit 508aa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
terragrunt init -upgrade
cd ../../data-store/database
terragrunt init -upgrade
cd ../data-store/cache
cd ../../data-store/cache
terragrunt init -upgrade
- name: Deploy Backend
Expand Down

0 comments on commit 508aa55

Please sign in to comment.