X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/bd6eceb9cd8e613c289f612ade962535741e2699..f1ab0aec2e8b0787f928b283a0b2a8738a1a35c3:/fabfile.py

diff --git a/fabfile.py b/fabfile.py
index 5030e0522..a7bc768ab 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -14,8 +14,8 @@ def production():
     env.user = 'lektury'
     env.app_path = '/srv/wolnelektury.pl'
     env.services = [
-        DebianGunicorn('wolnelektury'),
-        Supervisord('celery.wolnelektury:'),
+        Supervisord('wolnelektury'),
+        Supervisord('wolnelektury.celery'),
     ]