Verify deployment access instead of node access
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:
2025-11-28 12:36:09 -08:00
parent 77e4c1a530
commit 58fd99b760
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
- name: Verify kubectl connection
run: |
kubectl get nodes
kubectl get deployment socktop-webterm -n default || echo "Deployment will be created"
- name: Update deployment image
run: |