sbin/sync/config.py.tmpl
changeset 557 f82f7bc4e13f
parent 354 39c68c53cc91
--- a/sbin/sync/config.py.tmpl	Thu Mar 19 22:34:55 2015 +0100
+++ b/sbin/sync/config.py.tmpl	Thu Mar 19 22:52:43 2015 +0100
@@ -1,6 +1,8 @@
 from fabric.api import env
 from random import choice
 
+env.migrate_method = 'migrate'
+
 env.hosts = ['iri@web.iri.centrepompidou.fr']
 
 env.web_group = 'www-data'