diff --git a/Makefile b/Makefile index 7f2792a..08aef94 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ deploy: rsync $(NAME) jojo:$(NAME) test-remote: - ssh jojo 'cd $(NAME) && ./test.sh' + ssh jojo 'cd $(NAME) && ./vb.sh test' upgrade: update build deploy