Bugfix for cover thumbnail generation.
[wolnelektury.git] / fabfile.py
index 5030e05..77652e1 100644 (file)
@@ -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:'),
     ]