Fix deployment to build before
This commit is contained in:
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user