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