ci: fix kubeconfig path for kubectl
All checks were successful
Build and Deploy / deploy (push) Successful in 10s

This commit is contained in:
djg 2026-09-21 22:29:06 +00:00
parent a3193fb40d
commit 572d5bfa94

View file

@ -6,6 +6,8 @@ on:
jobs:
deploy:
runs-on: self-hosted
env:
KUBECONFIG: /home/opc/.kube/config
steps:
- name: Checkout
uses: actions/checkout@v4