fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move to src dir.
[edumed.git]
/
fabfile.py
diff --git
a/fabfile.py
b/fabfile.py
deleted file mode 100644
(file)
index
30d866b
..0000000
--- a/
fabfile.py
+++ /dev/null
@@
-1,9
+0,0 @@
-from fnpdjango.deploy import *
-
-env.project_name = 'edumed'
-env.hosts = ['giewont.icm.edu.pl']
-env.user = 'edumed'
-env.app_path = '/srv/edukacjamedialna.edu.pl'
-env.services = [
- DebianGunicorn('edumed'),
-]