Merge pull request #108 from HideyoshiSolutions/fixes-kubeconfig-variable-pipeline
Fixes Kubeconfig Variable Pipeline
This commit is contained in:
2
.github/workflows/deploy-cluster.yml
vendored
2
.github/workflows/deploy-cluster.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: azure/k8s-set-context@v1
|
uses: azure/k8s-set-context@v1
|
||||||
with:
|
with:
|
||||||
method: kubeconfig
|
method: kubeconfig
|
||||||
kubeconfig: ${{ secrets.KUBE_CONFIG }}
|
kubeconfig: ${{ secrets.KUBECONFIG }}
|
||||||
- name: Execute deploy
|
- name: Execute deploy
|
||||||
run: |
|
run: |
|
||||||
./deploy.sh -f .env
|
./deploy.sh -f .env
|
||||||
Reference in New Issue
Block a user