X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..409a2386cf6f426d093f1fb5c7c5840d4f39fbb5:/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'