Fixes Kubeconfig Variable Pipeline

This commit is contained in:
2024-10-20 22:33:59 -03:00
parent 96a7938246
commit 44b4862e6d

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