diff options
author | 2024-04-15 11:40:14 +0100 | |
---|---|---|
committer | 2024-04-15 11:40:14 +0100 | |
commit | 59dd2699d758eba15afa89076ac381e0e53e31ce (patch) | |
tree | 2f76f44900c203da9afe40f822a809fe2a550f1d | |
parent | Update deployment namespace in manifest (diff) |
Update deployment namespace in CI
-rw-r--r-- | .github/workflows/forms-backend.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml index ee061aa..4aa0b8f 100644 --- a/.github/workflows/forms-backend.yml +++ b/.github/workflows/forms-backend.yml @@ -114,6 +114,7 @@ jobs: - name: Deploy to Kubernetes uses: Azure/k8s-deploy@v1 with: + namespace: forms manifests: | deployment.yaml images: 'ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.tag }}' |