ci(fix): frontend ee deployment
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
16503a2fae
commit
a14dfb4a79
1 changed files with 4 additions and 4 deletions
8
.github/workflows/frontend.yaml
vendored
8
.github/workflows/frontend.yaml
vendored
|
|
@ -100,11 +100,11 @@ jobs:
|
|||
|
||||
### Enterprise code deployment
|
||||
|
||||
- uses: actions-hub/kubectl@master
|
||||
env:
|
||||
KUBE_CONFIG: ${{ secrets.EE_KUBECONFIG }} # Use content of kubeconfig in secret.${{ secrets.KUBE_CONFIG }}
|
||||
- uses: azure/k8s-set-context@v1
|
||||
with:
|
||||
args: get pods
|
||||
method: kubeconfig
|
||||
kubeconfig: ${{ secrets.OSS_KUBECONFIG }} # Use content of kubeconfig in secret.
|
||||
id: setcontextee
|
||||
|
||||
- name: Creating old image input
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue