sbin/sync/config.py.tmpl
changeset 86 bb39eafd5293
parent 69 8a0df65c065c
--- 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/"