aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-14 23:19:13 +0100
committerGravatar GitHub <[email protected]>2024-04-14 23:19:13 +0100
commitfa22342ad0e3bfb96e10307c9645ee5ed25a6c27 (patch)
tree76f51f4cc2804309aefa3e88723f46b44044f085 /.github
parentMerge pull request #174 from python-discord/jb3/python-3.12 (diff)
Update build-deploy.yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-deploy.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index fd6795a..ccea399 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -70,6 +70,7 @@ jobs:
- name: Deploy to Kubernetes
uses: azure/k8s-deploy@v4
with:
+ namespace: bots
manifests: |
- infra/kubernetes/namespaces/default/king-arthur/deployment.yaml
+ infra/kubernetes/namespaces/bots/king-arthur/deployment.yaml
images: 'ghcr.io/python-discord/king-arthur:${{ inputs.sha-tag }}'