X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4c0b1c26b2e4789b194f34c907c822c55f04af3c..c3abe4b834586c564bf87e76902e9344e6ecddfa:/fabfile.py?ds=inline diff --git a/fabfile.py b/fabfile.py index 5030e0522..77652e1ee 100644 --- a/fabfile.py +++ b/fabfile.py @@ -14,7 +14,7 @@ def production(): env.user = 'lektury' env.app_path = '/srv/wolnelektury.pl' env.services = [ - DebianGunicorn('wolnelektury'), + Supervisord('wolnelektury.gunicorn'), Supervisord('celery.wolnelektury:'), ]