- deploy:
- 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
- test:
- pytest vrobbler
|