X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/61c3753c6e0c567ccbb11115c787da22218ab5f6..f7e3ba3851d4ec6e3decaab0d568e492726224dc:/fabfile.py?ds=sidebyside diff --git a/fabfile.py b/fabfile.py index eba8f1f8..724fca2a 100644 --- a/fabfile.py +++ b/fabfile.py @@ -10,7 +10,7 @@ import os # ========== # Globals env.project_name = 'platforma' -env.use_south = False +env.use_south = True # Servers def staging(): @@ -24,10 +24,10 @@ def staging(): def production(): """Use production server""" - env.hosts = ['wolnelektury.pl:22123'] - env.user = 'fundacja' + env.hosts = ['szo.nowoczesnapolska.org.pl:2225'] + env.user = 'librarian' env.path = '/opt/lektury/platforma' - env.python = '/opt/lektury/basevirtualenv/bin/python' + env.python = '/srv/library-in-a-box/sandbox/env/redakcja/bin/python' env.virtualenv = '/opt/lektury/basevirtualenv/bin/virtualenv' env.pip = '/opt/lektury/basevirtualenv/bin/pip'