ci: Fix name
This commit is contained in:
parent
5e879c2d4b
commit
e86e73bd94
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
name: DNSControl
|
||||
name: Deployment
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Setup k8s context
|
||||
run: |
|
||||
- echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem
|
||||
- kubectl config set-cluster k3s --server=${{secrets.KUBE_HOST}} --certificate-authority=/tmp/ca.pem
|
||||
- kubectl config set-cluster k3s --server=${{secrets.KUBE_HOST}}3 --certificate-authority=/tmp/ca.pem
|
||||
- kubectl config set-credentials forgejo --token="${{secrets.KUBE_API_TOKEN}}"
|
||||
- kubectl config set-context k3s --cluster k3s --user forgejo --namespace default
|
||||
- kubectl config use-context k3s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue