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
77652e1
..
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 = [
env.user = 'lektury'
env.app_path = '/srv/wolnelektury.pl'
env.services = [
- Supervisord('wolnelektury
.gunicorn
'),
- Supervisord('
celery.wolnelektury:
'),
+ Supervisord('wolnelektury'),
+ Supervisord('
wolnelektury.celery
'),
]
]