diff options
| -rw-r--r-- | .github/workflows/forms-backend.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml index ee061aa..4aa0b8f 100644 --- a/.github/workflows/forms-backend.yml +++ b/.github/workflows/forms-backend.yml @@ -114,6 +114,7 @@ jobs:        - name: Deploy to Kubernetes          uses: Azure/k8s-deploy@v1          with: +          namespace: forms            manifests: |              deployment.yaml            images: 'ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.tag }}' | 
