From: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Date: Fri, 21 Oct 2011 09:41:48 +0000 (+0200)
Subject: fabfile change
X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/e598a9383e95165c38c6b4e59cfa81f0779fbc51?hp=6a1e5dde9ba28802a03c8a0a61c1dc13e2252c31

fabfile change
---

diff --git a/fabfile.py b/fabfile.py
index 8b16d4608..7e8934f63 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -25,7 +25,7 @@ def staging():
 def production():
     """Use production server"""
     env.hosts = ['wolnelektury.pl']
-    env.user = 'rczajka'
+    env.user = 'lektury'
     env.path = '/srv/wolnelektury.pl'
     env.python = '/usr/bin/python'
     env.virtualenv = '/usr/bin/virtualenv'