fabfile change
[wolnelektury.git] / fabfile.py
index 8b16d46..7e8934f 100644 (file)
@@ -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'