fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add ESEM forms
[edumed.git]
/
fabfile.py
diff --git
a/fabfile.py
b/fabfile.py
index
30d866b
..
5e108a7
100644
(file)
--- a/
fabfile.py
+++ b/
fabfile.py
@@
-1,3
+1,4
@@
+# -*- coding: utf-8 -*-
from fnpdjango.deploy import *
env.project_name = 'edumed'
from fnpdjango.deploy import *
env.project_name = 'edumed'
@@
-5,5
+6,5
@@
env.hosts = ['giewont.icm.edu.pl']
env.user = 'edumed'
env.app_path = '/srv/edukacjamedialna.edu.pl'
env.services = [
env.user = 'edumed'
env.app_path = '/srv/edukacjamedialna.edu.pl'
env.services = [
-
DebianGunicorn
('edumed'),
+
Supervisord
('edumed'),
]
]