diff --git a/.drone.yml b/.drone.yml index fda18b4..72ea141 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: command_timeout: 2m script: - pip uninstall -y vrobbler - - pip install git+https://code.unbl.ink/secstate/vrobbler.git@main + - pip install git+https://code.lab.unbl.ink/secstate/vrobbler.git@main - vrobbler migrate - vrobbler collectstatic --noinput - immortalctl restart celery && immortalctl restart vrobbler