debug: ..
Some checks failed
Deploy to K3s / deploy (push) Failing after 4s

This commit is contained in:
2025-12-20 14:48:11 +08:00
parent 204bcff75c
commit 700a446e77

View File

@@ -10,7 +10,7 @@ jobs:
container: container:
image: localhost:5000/tiny-ci-runner:latest image: localhost:5000/tiny-ci-runner:latest
volumes: volumes:
- /home/tone/act-runner-config/k3s-local.yaml:/root/.kube/config:ro - /etc/k3s-local.yaml:/root/.kube/config:ro
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
@@ -37,13 +37,8 @@ jobs:
- name: Debug kubeconfig existence - name: Debug kubeconfig existence
run: | run: |
if [ -f /root/.kube/config ]; then
echo "✅ /root/.kube/config exists"
grep server /root/.kube/config
else
echo "❌ /root/.kube/config NOT FOUND"
ls -la /root/.kube/ ls -la /root/.kube/
fi grep server /root/.kube/config
- name: Deploy to K3s - name: Deploy to K3s
run: | run: |