From: Radek Czajka 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?ds=sidebyside;hp=--cc fabfile change --- e598a9383e95165c38c6b4e59cfa81f0779fbc51 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'