diff options
-rw-r--r-- | .github/workflows/build-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 9ddd6d0a..89a4a01a 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -77,7 +77,7 @@ jobs: with: namespace: web manifests: | - infra/kubernetes/namespaces/default/site/deployment.yaml + infra/kubernetes/namespaces/web/site/deployment.yaml images: 'ghcr.io/python-discord/site:${{ inputs.sha-tag }}' - name: Purge Cloudflare Edge Cache |