test: Makefile

This commit is contained in:
eneller
2026-04-21 18:02:09 +02:00
parent 458767240d
commit 7df2567b22

View File

@@ -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