diff options
author | 2024-04-15 12:06:08 +0100 | |
---|---|---|
committer | 2024-04-15 12:06:08 +0100 | |
commit | 0dd8de17c40659f1609a85667b428e21ababe34a (patch) | |
tree | 8c68a28b4a7222fe2e60ace58fa366e22e1d1434 | |
parent | Update deployment manifest with new namespace (diff) |
Update deployment manifest path
-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 |