aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 12:01:52 +0100
committerGravatar GitHub <[email protected]>2024-04-15 12:01:52 +0100
commita032933ca6ac3b5f778a5c9d4d9ef80e7487ef40 (patch)
tree2c0fd09d1994c474a4e34ce3d2e09d9fb34067cd /.github/workflows
parentUpdate new web namespace in ALLOWED_HOSTS (diff)
Update deployment manifest with new namespace
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-deploy.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index a93b888b..9ddd6d0a 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -75,6 +75,7 @@ jobs:
- name: Deploy to Kubernetes
uses: Azure/k8s-deploy@v5
with:
+ namespace: web
manifests: |
infra/kubernetes/namespaces/default/site/deployment.yaml
images: 'ghcr.io/python-discord/site:${{ inputs.sha-tag }}'