From 160176f9051a32af07bca51f56b27ef32069dbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 02:42:52 +0000 Subject: [PATCH] modified: .gitea/workflows/deploy.yaml --- .gitea/workflows/deploy.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ddfe2f4..7ff1bdc 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -26,8 +26,10 @@ jobs: - name: Deploy Home Assistant shell: bash run: | - set -e - kubectl get pods + set -x + echo "KUBECONFIG=$KUBECONFIG" + kubectl config view + kubectl get pods --request-timeout=10s # - name: Deploy Home Assistant # shell: bash