[workflows] Make sure celery and beat are restarted
This commit is contained in:
@ -126,7 +126,7 @@ jobs:
|
|||||||
pip install /var/lib/vrobbler/dist/*.whl
|
pip install /var/lib/vrobbler/dist/*.whl
|
||||||
vrobbler migrate
|
vrobbler migrate
|
||||||
vrobbler collectstatic --noinput
|
vrobbler collectstatic --noinput
|
||||||
immortalctl restart celery && immortalctl restart vrobbler
|
immortalctl restart vrobbler-celery && immortalctl restart vrobbler-celerybeat && immortalctl restart vrobbler
|
||||||
|
|
||||||
- name: Notify deploy success (ntfy)
|
- name: Notify deploy success (ntfy)
|
||||||
if: success()
|
if: success()
|
||||||
|
|||||||
Reference in New Issue
Block a user