fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Additional link
[edumed.git]
/
fabfile.py
1
from fnpdjango.deploy import *
2
3
env.project_name = 'edumed'
4
env.hosts = ['giewont.icm.edu.pl']
5
env.user = 'edumed'
6
env.app_path = '/srv/edukacjamedialna.edu.pl'
7
env.services = [
8
DebianGunicorn('edumed'),
9
]