Skip to content

Commit 95cd393

Browse files
rodolfoIOETRodolfo
andauthored
TTA-139 enabling prod (#923)
Co-authored-by: Rodolfo <rodolfo@no_email.com>
1 parent c2ab1fa commit 95cd393

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666

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

0 commit comments

Comments
 (0)