From a3face505cc1462d8d8cae3102666890608eacb6 Mon Sep 17 00:00:00 2001 From: zuber Date: Fri, 16 Oct 2009 11:05:53 +0200 Subject: [PATCH] =?utf8?q?Zmiana=20nazwy=20u=C5=BCytkownika=20na=20serwerz?= =?utf8?q?e=20staging=20na=20platforma.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.20.1