diff options
author | 2024-04-15 12:07:13 +0100 | |
---|---|---|
committer | 2024-04-15 12:07:13 +0100 | |
commit | d38694817cb5ee8481eb41a27b807fe97911d74c (patch) | |
tree | 2315144dea756666dde4760361697f103f1a219b | |
parent | Update deployment namespace in CI (diff) |
Correct namespace in deployment stage
-rw-r--r-- | .github/workflows/deploy.yaml | 2 |
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 }}' |