Minor fix in OAI-PMH.
[wolnelektury.git] / fabfile.py
index 77652e1..a7bc768 100644 (file)
@@ -14,8 +14,8 @@ def production():
     env.user = 'lektury'
     env.app_path = '/srv/wolnelektury.pl'
     env.services = [
-        Supervisord('wolnelektury.gunicorn'),
-        Supervisord('celery.wolnelektury:'),
+        Supervisord('wolnelektury'),
+        Supervisord('wolnelektury.celery'),
     ]