fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b157b2cc944cf2d3a403a37faa2a4a55d8be0119
[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
Supervisord('edumed'),
9
]