[rc.d] Fix FreeBSD service scripts and switch deploy tooling to service(8)
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user