We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389682f commit f36442bCopy full SHA for f36442b
1 file changed
Makefile
@@ -18,10 +18,10 @@ full-clean: check-docker check-registry
18
docker images -q $(IMAGE_PREFIX)$(COMPONENT) | xargs docker rmi -f
19
20
install: check-deisctl
21
- deisctl scale $(COMPONENT)=1
+ deisctl install $(COMPONENT)
22
23
uninstall: check-deisctl
24
- deisctl scale $(COMPONENT)=0
+ deisctl uninstall $(COMPONENT)
25
26
start: check-deisctl
27
deisctl start $(COMPONENT)
0 commit comments