fnp
/
turniej.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
049085c209ebe68384a6427bb2fe58f79d90cda1
[turniej.git]
/
fabfile.py
1
from fnpdjango.deploy import *
2
3
env.project_name = 'turniej'
4
env.hosts = ['giewont.icm.edu.pl']
5
env.user = 'lektury'
6
env.app_path = '/srv/turniej.wolnelektury.pl'
7
env.services = [
8
DebianGunicorn('turniej'),
9
]