fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
30d866b96900caf09cb932eb587ca54de6459c23
[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
]