diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index d42e362b2..0425c8c80 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -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