From 042a26f1486cc73dcef75fd814d568da6fe36606 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 6 Nov 2024 14:50:15 -0500 Subject: [PATCH] [make] Add migrations to deploy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e67038..b216260 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ deploy: - ssh life.unbl.ink "rm -rf /root/vrobbler-venv/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler" + ssh life.unbl.ink "rm -rf /root/vrobbler-venv/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler && vrobbler migrate" logs: ssh life.unbl.ink tail -n 100 -f /var/log/vrobbler.json