fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5a03c
)
Poprawienie komentarzy w fabfile (wyraźne oddzielenie sekcji konfiguracyjnej).
author
Marek Stępniowski
<marek@stepniowski.com>
Mon, 12 Oct 2009 19:28:11 +0000
(21:28 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Mon, 12 Oct 2009 19:28:11 +0000
(21:28 +0200)
fabfile.py
patch
|
blob
|
history
diff --git
a/fabfile.py
b/fabfile.py
index
0f44d38
..
d6b8ef7
100644
(file)
--- a/
fabfile.py
+++ b/
fabfile.py
@@
-3,13
+3,15
@@
from fabric.api import *
import os
+
+# ==========
+# = Config =
+# ==========
# Globals
env.project_name = 'wolnelektury'
env.use_south = True
-# ===========
-# = Servers =
-# ===========
+# Servers
def staging():
"""Use staging server"""
env.hosts = ['stigma.nowoczesnapolska.org.pl:2222']