From: zuber Date: Fri, 16 Oct 2009 09:05:53 +0000 (+0200) Subject: Zmiana nazwy użytkownika na serwerze staging na platforma. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/a3face505cc1462d8d8cae3102666890608eacb6?ds=sidebyside;hp=-c Zmiana nazwy użytkownika na serwerze staging na platforma. --- a3face505cc1462d8d8cae3102666890608eacb6 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'