diff options
author | 2024-04-15 11:31:33 +0100 | |
---|---|---|
committer | 2024-04-15 11:31:33 +0100 | |
commit | 435fcad3387b29cbd3c8e9a9dee335182f717816 (patch) | |
tree | 29b08c16be3c4273f8d34440fa1d9676d740de82 | |
parent | Update deployment namespace (diff) |
Update deployment namespace in CI
-rw-r--r-- | .github/workflows/deploy.yaml | 1 |
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 }}' |