From e129244add49b18814ad6ec488104d0c4e45997b Mon Sep 17 00:00:00 2001 From: InAnYan Date: Sat, 8 Aug 2026 09:20:18 +0200 Subject: [PATCH] refactor(infra): remove debug --- .gitea/workflows/deploy-infrastructure.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-infrastructure.yml b/.gitea/workflows/deploy-infrastructure.yml index a0a0711..d46f219 100644 --- a/.gitea/workflows/deploy-infrastructure.yml +++ b/.gitea/workflows/deploy-infrastructure.yml @@ -146,9 +146,8 @@ jobs: - name: OpenTofu Validate run: tofu validate - # For debugging. - name: OpenTofu Plan - run: TF_LOG=DEBUG SOCKETIO_LOG_LEVEL=DEBUG tofu plan + run: tofu plan - name: OpenTofu Apply run: tofu apply -auto-approve