From dec100f8ff42a3bc12ca15a591a35be88540bf2c Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 Nov 2024 15:55:21 -0400 Subject: [PATCH] [make] Add basic makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e67038 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +deploy: + ssh life.unbl.ink "rm -rf /root/vrobbler-venv/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler" +logs: + ssh life.unbl.ink tail -n 100 -f /var/log/vrobbler.json