From a5f4b7b0c67325f739371fad4f7b96e3c2be4a43 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 20 Aug 2025 23:36:43 +0200 Subject: [PATCH] Fix deployment to build before --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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