build: add test to Makefile

This commit is contained in:
eneller
2026-01-21 12:40:14 +01:00
parent 88dd268cf3
commit 08be665bdf

View File

@@ -23,7 +23,12 @@ update-all:
deploy:
rsync $(NAME) jojo:$(NAME)
upgrade: update deploy
test-remote:
ssh jojo 'cd $(NAME) && ./test.sh'
upgrade: update build deploy
cicd: upgrade test-remote
clean:
git clean -fX