From 58fd99b76023bbc5dbe0115d1156aeae1aa44c17 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Fri, 28 Nov 2025 12:36:09 -0800 Subject: [PATCH] Verify deployment access instead of node access --- .gitea/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 16d9e40..f5e72fc 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -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: |