ci: fix kubeconfig path for kubectl
All checks were successful
Build and Deploy / deploy (push) Successful in 10s
All checks were successful
Build and Deploy / deploy (push) Successful in 10s
This commit is contained in:
parent
a3193fb40d
commit
572d5bfa94
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
env:
|
||||||
|
KUBECONFIG: /home/opc/.kube/config
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue