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