diff options
author | 2025-07-18 21:27:22 +0100 | |
---|---|---|
committer | 2025-07-18 21:27:22 +0100 | |
commit | af2d404329de280b5f860aa8333537eeaf56a1a8 (patch) | |
tree | 01a48b1f2ceba2023d2282093d8a0b44734b8358 | |
parent | Exclude 401 from NGINX 4xx alerts (diff) |
Update site deployment
-rw-r--r-- | kubernetes/namespaces/web/site/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/web/site/deployment.yaml b/kubernetes/namespaces/web/site/deployment.yaml index 26f00be..46abaf4 100644 --- a/kubernetes/namespaces/web/site/deployment.yaml +++ b/kubernetes/namespaces/web/site/deployment.yaml @@ -17,7 +17,7 @@ spec: - name: migrations image: ghcr.io/python-discord/site:latest imagePullPolicy: Always - args: + command: - python - manage.py - migrate |