Couple tweeks to drone deploys

This commit is contained in:
2023-03-22 23:20:32 -04:00
parent 8b21861867
commit 2d50964971

View File

@ -33,11 +33,12 @@ steps:
from_secret: ssh_key from_secret: ssh_key
command_timeout: 2m command_timeout: 2m
script: script:
- pip uninstall -y -r vrobbler - pip uninstall -y vrobbler
- pip install git+https://code.unbl.ink/secstate/vrobbler.git@main - pip install git+https://code.unbl.ink/secstate/vrobbler.git@main
- vrobbler migrate - vrobbler migrate
- vrobbler collectstatic --noinput - vrobbler collectstatic --noinput
- immortalctl restart celery && immortalctl restart vrobbler - immortalctl restart celery && immortalctl restart vrobbler
- service immortaldir restart
volumes: volumes:
- name: docker - name: docker
host: host: