Skip to content
Next Next commit
TTA-139 enabling prod
  • Loading branch information
Rodolfo committed Aug 20, 2022
commit 1f72fcf75799c3595c05a8cbe3a03f8fb1c93ab5
3 changes: 1 addition & 2 deletions .github/workflows/time-tracker-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:

- name: Terraform Plan Prod
id: plan-prod
# run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
run: echo "Disabled for now up to restructure infra tiers"
run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
continue-on-error: true
working-directory: ./${{ env.WORKING_DIR }}
env:
Expand Down