Verify deployment access instead of node access
Some checks failed
Build and Deploy to K3s / build-and-push (push) Successful in 35s
Build and Deploy to K3s / deploy (push) Failing after 6s

This commit is contained in:
jasonwitty 2025-11-28 12:36:09 -08:00
parent 77e4c1a530
commit 58fd99b760

View File

@ -87,7 +87,7 @@ jobs:
- name: Verify kubectl connection - name: Verify kubectl connection
run: | run: |
kubectl get nodes kubectl get deployment socktop-webterm -n default || echo "Deployment will be created"
- name: Update deployment image - name: Update deployment image
run: | run: |