X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3d1fb545dd1f49e0624d3adf20e5568b1c33d8ec..e598a9383e95165c38c6b4e59cfa81f0779fbc51:/fabfile.py?ds=inline 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'