From 1be8e4b083f845a1c71bc7343088bb8112602de1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 2 Mar 2026 10:33:58 -0500 Subject: [PATCH] [ci] Update hostname to code repo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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