7 lines
330 B
Makefile
7 lines
330 B
Makefile
deploy:
|
|
ssh vrobbler.service "pip uninstall vrobbler && pip install git+https://code.lab.unbl.ink/secstate/vrobbler.git && service vrobbler restart && service vrobbler_celery restart && service vrobbler_celerybeat restart && vrobbler migrate"
|
|
logs:
|
|
ssh life.unbl.ink tail -n 100 -f /var/log/vrobbler.json
|
|
test:
|
|
pytest vrobbler
|