diff -r 42393fa72f0e -r bb39eafd5293 sbin/sync/config.py.tmpl --- a/sbin/sync/config.py.tmpl Thu Jun 14 10:49:33 2012 +0200 +++ b/sbin/sync/config.py.tmpl Fri Jun 22 20:44:32 2012 +0200 @@ -1,6 +1,10 @@ from fabric.api import env env.hosts = ['iri@web.iri.centrepompidou.fr'] + +env.web_group = 'www-data' +env.folders = ['index', 'log', 'static/media'] + env.base_export_path = "~/tmp" env.export_prefix = "platform" env.remote_web_path = "/iridata/www/ldt/"