chore(design) Redo the webpage
Trying to make a modern webpage. Tailwind is verbose but helps to do it faster. I will later make a better CSS. TODO: make dynamic links to package repository, exe, binaries... and add a better example
This commit is contained in:
5
Makefile
5
Makefile
@@ -13,7 +13,6 @@ dist: $(wildcard src/* compose.yaml)
|
||||
deploy: build
|
||||
helm -n $(NS) upgrade --install $(RELEASE) ./chart/ -f override.yaml --create-namespace
|
||||
sleep 1
|
||||
$(MAKE) add-redirect
|
||||
kubectl -n $(NS) rollout restart deployment $(RELEASE)-server
|
||||
|
||||
venv:
|
||||
@@ -23,5 +22,9 @@ add-redirect: venv
|
||||
kubectl -n $(NS) apply -f <(./venv/bin/python add-domain.py)
|
||||
|
||||
serve:
|
||||
$(MAKE) stop
|
||||
rm -rf dist
|
||||
podman compose up
|
||||
|
||||
stop:
|
||||
-podman compose down
|
||||
|
||||
Reference in New Issue
Block a user