sbin/sync/config.py.tmpl
author ymh <ymh.work@gmail.com>
Thu, 02 Aug 2012 09:02:03 +0200
changeset 64 47a0d7568655
child 66 20da47bd9408
permissions -rw-r--r--
web sync env

from fabric.api import env

env.hosts = ['iri@web.iri.centrepompidou.fr']

env.web_group = 'www-data'

env.base_export_path = "~/tmp"
env.export_prefix = "idill"
env.remote_web_path = "/iridata/iri-research/ldt/"
env.web_rsync_filters = [
    "+ core",
    "- /doc/"
    "P .htpasswd",
    "P .htaccess",
    "P robots.txt",
    "P crossdomain.xml",
]
env.web_relaunch_cmd = "apache2ctl restart"