modified: .gitea/workflows/deploy.yaml
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 14s

This commit is contained in:
2025-11-22 03:19:26 +00:00
parent 1c6342b2b5
commit 86687012c9

View File

@@ -44,10 +44,7 @@ jobs:
set -x
echo "KUBECONFIG=$KUBECONFIG"
kubectl config view
curl -vk --max-time 5 https://192.168.14.9/version
curl -vk --max-time 5 https://${{ secrets.CASA_VLAN_KUBE_SERVER }}/version
kubectl get pods --request-timeout=10s
timeout 10s kubectl get pods --request-timeout=10s
# - name: Deploy Home Assistant
# shell: bash