[make] Move deploys back to homelab

This commit is contained in:
2025-02-20 23:27:47 -05:00
parent d6e02d241c
commit 09ca05cb4f

View File

@ -1,4 +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 && systemctl restart vrobbler-celery && vrobbler migrate"
ssh vrobbler.service "rm -rf /usr/local/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && immortalctl restart vrobbler && immortalctl restart vrobbler-celery && vrobbler migrate"
logs:
ssh life.unbl.ink tail -n 100 -f /var/log/vrobbler.json