fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pipeline bug
[wolnelektury.git]
/
fabfile.py
diff --git
a/fabfile.py
b/fabfile.py
index
5030e05
..
a7bc768
100644
(file)
--- 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
'),
]