diff options
author | 2024-04-15 12:01:52 +0100 | |
---|---|---|
committer | 2024-04-15 12:01:52 +0100 | |
commit | a032933ca6ac3b5f778a5c9d4d9ef80e7487ef40 (patch) | |
tree | 2c0fd09d1994c474a4e34ce3d2e09d9fb34067cd | |
parent | Update new web namespace in ALLOWED_HOSTS (diff) |
Update deployment manifest with new namespace
-rw-r--r-- | .github/workflows/build-deploy.yaml | 1 |
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 }}' |