diff options
author | 2024-04-14 23:00:00 +0100 | |
---|---|---|
committer | 2024-04-14 23:00:00 +0100 | |
commit | 2f42c6413c8aa1663d374b4630f29e35ff787044 (patch) | |
tree | 2317ad8730c25e142b404c9ff682f1e1b61447f2 | |
parent | Move namespace to bots (diff) |
Update deployment workflow to new namespace
-rw-r--r-- | .github/workflows/build-deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 3279297..9d5418b 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -76,6 +76,7 @@ jobs: - name: Deploy to Kubernetes uses: Azure/k8s-deploy@v4 with: + namespace: bots manifests: | deployment.yaml images: 'ghcr.io/python-discord/metricity:${{ inputs.sha-tag }}' |