Fix deployment to build before

This commit is contained in:
2025-08-20 23:36:43 +02:00
parent 1435055978
commit a5f4b7b0c6

View File

@@ -10,7 +10,7 @@ dist: $(wildcard src/* compose.yaml)
rm -rf dist
podman run --rm -it -u $(id -u):$(id -g) -v $(PWD):/app -w /app node:alpine sh -c "yarn install && yarn parcel build --no-source-maps"
deploy:
deploy: build
helm -n $(NS) upgrade --install $(RELEASE) ./chart/ -f override.yaml --create-namespace
sleep 1
$(MAKE) add-redirect