modified: .gitea/workflows/deploy.yaml

This commit is contained in:
2025-11-22 02:42:52 +00:00
parent d8e6d72e25
commit 160176f905

View File

@@ -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