diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 71da072..48226f8 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -17,10 +17,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Print kubeconfig server - run: | - grep 'server:' ~/.kube/config - - name: Debug repository name run: | echo "Repository: ${{ github.repository }}" @@ -47,6 +43,7 @@ jobs: export KUBECONFIG=~/.kube/config kubectl version --client kubectl cluster-info + grep 'server:' ~/.kube/config shell: bash - name: Deploy to Kubernetes