diff options
| -rw-r--r-- | .github/workflows/build-deploy.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 3279297..9d5418b 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -76,6 +76,7 @@ jobs:        - name: Deploy to Kubernetes          uses: Azure/k8s-deploy@v4          with: +          namespace: bots            manifests: |                deployment.yaml            images: 'ghcr.io/python-discord/metricity:${{ inputs.sha-tag }}'  |