@@ -16,7 +16,10 @@ deploy:
$(MAKE) add-redirect
kubectl -n $(NS) rollout restart deployment $(RELEASE)-server
add-redirect:
venv:
python -m venv venv && venv/bin/pip install -U requests
add-redirect: venv
kubectl -n $(NS) apply -f <(./venv/bin/python add-domain.py)
serve:
The note is not visible to the blocked user.