aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 11:31:33 +0100
committerGravatar GitHub <[email protected]>2024-04-15 11:31:33 +0100
commit435fcad3387b29cbd3c8e9a9dee335182f717816 (patch)
tree29b08c16be3c4273f8d34440fa1d9676d740de82
parentUpdate deployment namespace (diff)
Update deployment namespace in CI
-rw-r--r--.github/workflows/deploy.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 195fb03..c4f38e1 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -72,6 +72,7 @@ jobs:
- name: Deploy to Kubernetes
uses: azure/k8s-deploy@v5
with:
+ namespace: bots
manifests: deployment.yaml
images: 'ghcr.io/python-discord/snekbox:${{ inputs.version }}'