modified: .gitea/workflows/deploy.yaml
This commit is contained in:
@@ -26,8 +26,10 @@ jobs:
|
|||||||
- name: Deploy Home Assistant
|
- name: Deploy Home Assistant
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -x
|
||||||
kubectl get pods
|
echo "KUBECONFIG=$KUBECONFIG"
|
||||||
|
kubectl config view
|
||||||
|
kubectl get pods --request-timeout=10s
|
||||||
|
|
||||||
# - name: Deploy Home Assistant
|
# - name: Deploy Home Assistant
|
||||||
# shell: bash
|
# shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user