chore(dependencies): Add python virtualenv
This commit is contained in:
5
Makefile
5
Makefile
@@ -16,7 +16,10 @@ deploy:
|
|||||||
$(MAKE) add-redirect
|
$(MAKE) add-redirect
|
||||||
kubectl -n $(NS) rollout restart deployment $(RELEASE)-server
|
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)
|
kubectl -n $(NS) apply -f <(./venv/bin/python add-domain.py)
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
|
Reference in New Issue
Block a user