[rc.d] Fix FreeBSD service scripts and switch deploy tooling to service(8)

This commit is contained in:
2026-08-01 21:26:14 -04:00
parent 8e16c8f91e
commit 20e03dd686
6 changed files with 171 additions and 3 deletions

View File

@ -137,7 +137,7 @@ jobs:
python3 -c "import vrobbler; print(f'vrobbler {vrobbler.__version__} installed OK')"
vrobbler migrate
vrobbler collectstatic --noinput
immortalctl restart vrobbler-celery && immortalctl restart vrobbler-celerybeat && immortalctl restart vrobbler
service vrobbler_celery restart && service vrobbler_celerybeat restart && service vrobbler restart
- name: Notify deploy success (ntfy)
if: success()