File tree Expand file tree Collapse file tree 2 files changed +8
-33
lines changed Expand file tree Collapse file tree 2 files changed +8
-33
lines changed Original file line number Diff line number Diff line change @@ -62,21 +62,24 @@ jobs:
6262 runs-on : ubuntu-latest
6363 if : ${{ github.ref == 'refs/heads/main' }}
6464 steps :
65- - name : Checkout code
65+ - name : Checkout Kubernetes repository
6666 uses : actions/checkout@v4
67+ with :
68+ repository : python-discord/infra
69+ path : infra
6770
68- - uses : azure/setup-kubectl@v3
71+ - uses : azure/setup-kubectl@v4
6972
7073 - name : Authenticate with Kubernetes
71- uses : azure/k8s-set-context@v3
74+ uses : azure/k8s-set-context@v4
7275 with :
7376 method : kubeconfig
7477 kubeconfig : ${{ secrets.KUBECONFIG }}
7578
7679 - name : Deploy to Kubernetes
77- uses : Azure /k8s-deploy@v4
80+ uses : azure /k8s-deploy@v5
7881 with :
7982 namespace : bots
8083 manifests : |
81- deployment.yaml
84+ infra/kubernetes/namespaces/bots/metricity/ deployment.yaml
8285 images : ' ghcr.io/python-discord/metricity:${{ inputs.sha-tag }}'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments