aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-09 18:44:39 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-09 18:44:39 +0000
commitc19b3aedbb48d470c79828983662554a96ec5641 (patch)
tree33bde3ff0da2107af86eab04bffed09cdbced942
parentEmpty commit to test CI (diff)
Revert to updated KUBECONFIG secret for deployment
-rw-r--r--.github/workflows/build-deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index 87bba82..fd6795a 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -65,7 +65,7 @@ jobs:
uses: azure/k8s-set-context@v3
with:
method: kubeconfig
- kubeconfig: ${{ secrets.TEST }}
+ kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Deploy to Kubernetes
uses: azure/k8s-deploy@v4