diff --git a/.github/workflows/_update_terraform.yml b/.github/workflows/_update_terraform.yml index 9fff377..e3a7202 100644 --- a/.github/workflows/_update_terraform.yml +++ b/.github/workflows/_update_terraform.yml @@ -46,9 +46,7 @@ jobs: if: ${{ (inputs.deployment_environment == 'production') }} run: | ./dockerize -template prod-eu-west/services/datafiles/_tesem.auto.tfvars.tmpl:prod-eu-west/services/datafiles/_tesem.auto.tfvars - # ./dockerize -template test/services/datafiles/_tesem.auto.tfvars.tmpl:test/services/datafiles/_tesem.auto.tfvars git add prod-eu-west/services/datafiles/_tesem.auto.tfvars - # git add test/services/datafiles/_tesem.auto.tfvars git commit -m "Adding tesem git variables for tag ${{ inputs.image_tag }}" - name: Push changes uses: ad-m/github-push-action@v0.6.0