Skip to content

Commit f36442b

Browse files
author
Gabriel Monroy
committed
fix(*): remove deprecated @1 unit names
1 parent 389682f commit f36442b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ full-clean: check-docker check-registry
1818
docker images -q $(IMAGE_PREFIX)$(COMPONENT) | xargs docker rmi -f
1919

2020
install: check-deisctl
21-
deisctl scale $(COMPONENT)=1
21+
deisctl install $(COMPONENT)
2222

2323
uninstall: check-deisctl
24-
deisctl scale $(COMPONENT)=0
24+
deisctl uninstall $(COMPONENT)
2525

2626
start: check-deisctl
2727
deisctl start $(COMPONENT)

0 commit comments

Comments
 (0)