diff --git a/Makefile b/Makefile index a640729..24f1a1a 100644 --- a/Makefile +++ b/Makefile @@ -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