X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..5b657c3e3fa3cf2724560a7e38fa59efa61558ad:/fabfile.py

diff --git a/fabfile.py b/fabfile.py
index 1180e6f2..5a9d4040 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -16,7 +16,7 @@ env.use_south = False
 def staging():
     """Use staging server"""
     env.hosts = ['stigma.nowoczesnapolska.org.pl:2222']
-    env.user = 'zuber'
+    env.user = 'platforma'
     env.path = '/var/services/platforma'
     env.python = '/usr/bin/python'
     env.virtualenv = '/usr/bin/virtualenv'