aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 12:07:13 +0100
committerGravatar GitHub <[email protected]>2024-04-15 12:07:13 +0100
commitd38694817cb5ee8481eb41a27b807fe97911d74c (patch)
tree2315144dea756666dde4760361697f103f1a219b
parentUpdate deployment namespace in CI (diff)
Correct namespace in deployment stage
-rw-r--r--.github/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index c4f38e1..9a0b799 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -72,7 +72,7 @@ jobs:
- name: Deploy to Kubernetes
uses: azure/k8s-deploy@v5
with:
- namespace: bots
+ namespace: snekbox
manifests: deployment.yaml
images: 'ghcr.io/python-discord/snekbox:${{ inputs.version }}'