diff options
author | 2024-02-08 09:51:46 +0000 | |
---|---|---|
committer | 2024-02-08 09:52:04 +0000 | |
commit | 1cd600fe94c0d3ca1fdae429206ea6cb32c323e1 (patch) | |
tree | 071b1015b049855498ecb7b044cd699ed51ce48b /.github | |
parent | Bump pydantic & ruff to latest (diff) |
Change deploy workflow to test the new kubeconfig
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index fd6795a..87bba82 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.KUBECONFIG }} + kubeconfig: ${{ secrets.TEST }} - name: Deploy to Kubernetes uses: azure/k8s-deploy@v4 |