Merge pull request #108 from HideyoshiSolutions/fixes-kubeconfig-variable-pipeline

Fixes Kubeconfig Variable Pipeline
This commit is contained in:
2024-10-20 22:34:20 -03:00
committed by GitHub

View File

@@ -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